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

Fix dangling next pointer 2 #56

Closed ianic closed 1 year ago

ianic commented 1 year ago

This is same as pull request 44 but with much cleaner test implementation.

mitchellh commented 1 year ago

Beautiful thank you ❤️