High-performance, cross-platform async I/O runtime for Zig. Features production-ready backends (io_uring, kqueue, IOCP, epoll), Tokio-inspired TCP/Unix socket APIs, async file I/O, and robust sync primitives. Built for correctness first—designed to be foundational infrastructure for the Zig ecosystem.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
20
commits
docs: clarify stackless as deliberate design choice, improve gitignore
fd6996fView on GitHubfix(docs): remove old pre-Astro docs, fix home page sidebar, remove broken autodocs link
18e7b86View on GitHubfeat: major project restructure with async runtime, docs site, and full test suite
225e1caView on GitHubdocs: rewrite CLAUDE.md to reflect current project state
21fa34fView on GitHubdocs(cookbook): add 5 new recipes and improve existing ones
4bee91eView on GitHubfeat(coroutine): add 7-architecture support and Chase-Lev work-stealing deque
12f0df3View on GitHubfix(sync): fix use-after-free and memory visibility bugs in sync primitives
67295ddView on GitHubfix(test): make broadcast stress tests robust across optimization levels
af5dbcbView on GitHubfix(sync): fix use-after-free race in Mutex and RwLock unlock
b191f91View on GitHubfix(test): fix stress tests for sync primitives and add I/O stress tests
b7f5eb2View on GitHubtest(sync): add stress tests for remaining sync primitives
c20c3ffView on GitHubtest(sync): add comprehensive stress tests for sync primitives
9d85ad9View on GitHubfix(sync): use mutex-protected access in Channel.isClosed()
2581858View on GitHub