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): remove pipe usage #307

Closed Berrysoft closed 4 days ago

Berrysoft commented 4 days ago

polling::Poller itself contains a notify method. We didn't use it previously because at that time the poller is not in Arc.