Zig's Io.Threaded is Neat
matklad.github.io
Zig's Io.Threaded is Neat
std.Io.Threaded is one of the implementations of Zig's new Io interface that enables concurrency. This is a boring just use threads impl. I personally find it neat though --- it does this weird thing that I wanted to do for ages, that to my knowledge no one else is doing properly, and implements it better than I thought to be possible.
0 comments
No comments yet.