new zig async i/o pattern is actually really nice
Zig already gives you async/await. this new design lets you swap out how I/O and concurrency work without rewriting your code. It’s like getting async/await, green threads, blocking syscalls, and io_uring, all composable, all runtime-swappable, and libraries Just Work™
571