Y
Hacker News
new
|
ask
|
show
|
jobs
by
jfadfwddas
244 days ago
I was curious as well and looks like this abstracts over libxev:
https://github.com/lalinsky/zio/blob/main/build.zig#L7
1 comments
lukaslalinsky
243 days ago
Indeed, it's a translation of the callback-based libxev events to coroutines. I ended up temporarily forking libxev, to add support for vectored I/O and other small fixes, but all those changes will be upstreamed.
link
jfadfwddas
243 days ago
Great stuff. I will be using this if/when I go back to zigging :)
link