compio-rs / compio

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

fix(test): push_and_wait should poll in a loop #179

Closed Berrysoft closed 10 months ago

Berrysoft commented 10 months ago

Proactor::poll doesn't ensure that entries will be filled with at least one entry. It may be still empty.