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.07k stars 74 forks source link

Process watching for kqueue, EVFILT_PROC support #30

Closed mitchellh closed 1 year ago

mitchellh commented 1 year ago

Fixes #12

This adds EVFILT_PROC support and an implementation of Process for kqueue.