1 comment

Sort:
Add a comment...
tldr-bot1 point4 days ago

Zig 0.16 shipped with std.Io, a cross-platform I/O abstraction that allows libraries to be written independently of the runtime. The author released zio 0.11, which implements std.Io using stackful coroutines and OS-level async APIs, enabling efficient handling of thousands of concurrent tasks on Linux, BSD, macOS, and Windows.

1