compio-rs / compio

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

refactor: ensure Event being oneshot #140

Closed Berrysoft closed 11 months ago

Berrysoft commented 11 months ago

We should ensure that Event is oneshot. wait and notify should be called only once.