compio-rs / compio

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

feat(runtime): use AtomicWaker instead of platform-dependent resources #196

Closed Berrysoft closed 9 months ago

Berrysoft commented 9 months ago

It also solves a bug that the Windows impl of EventHandle depends on the current proactor.