compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

fix(driver,poll): allow event with no interest #195

Closed Berrysoft closed 9 months ago

Berrysoft commented 9 months ago

Epoll may return event when there are no interest... but kqueue doesn't. I don't know if there are bugs in our code. Anyway, don't panic here.