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

fix @fieldParentPtr #91

Closed psnszsn closed 4 months ago

psnszsn commented 5 months ago

@fieldParentPtr takes only two arguments now and uses RLS to infer the result type. See ziglang/zig#19470

psnszsn commented 4 months ago

done in 322466d