compio-rs / compio

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

refactor(driver): better IORING_CQE_F_MORE handle #273

Closed Sherlock-Holo closed 3 months ago

Berrysoft commented 3 months ago

Seems that macOS is complaining about the thread is spawned too much. Let's ignore that test on platforms without real async file IO.