compio-rs / compio

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

fix(driver,iour): remove outer squeue #227

Closed Berrysoft closed 7 months ago

Berrysoft commented 7 months ago

I'm not sure if the change is wise. It removes the outer squeue, and the operations will report errors when the squeue is full. It might be an optimization, but may produce errors to the user in the case that only stucks the runtime previously.