compio-rs / compio

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

fix(runtime): remove event #187

Closed Berrysoft closed 9 months ago

Berrysoft commented 9 months ago

Replace it with futures oneshot channel.

Blocking: #183

George-Miao commented 9 months ago

Is this ready?

Berrysoft commented 9 months ago

Is this ready?

Yes, but you need to merge #183 first.