mitchellh / libxev

libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig and C API.
MIT License
1.97k stars 65 forks source link

update to Zig after #18085 (rework std.atomic) and #18076 (absorb IterableDir into Dir) #79

Closed der-teufel-programming closed 9 months ago

der-teufel-programming commented 9 months ago

Also fixes never mutated var in a benchmark missed earlier