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.
I wasn't sure if "include/" could be required. The only usecase I see is if someone uses the Zig build system for a C project and wants to use libxev as a C library.
Closes #87
I wasn't sure if "include/" could be required. The only usecase I see is if someone uses the Zig build system for a C project and wants to use
libxev
as a C library.