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
2.15k stars 77 forks source link

Update for Zig 0.14.0-dev.1304+7d54c62c8 #114

Closed steeve closed 4 days ago

steeve commented 3 months ago

This is a WIP PR to update libxev to the latest Zig version at this time.

The PR is also blocked by https://github.com/ziglang/zig/issues/21200

steeve commented 2 months ago

Another blocker is https://github.com/ziglang/zig/commit/8c4a2dc1dfe05a67eb9811b8c8291c5541816a99 which removes getKernError and friends.

steeve commented 4 days ago

Closing, because it's obsolete