compio-rs / compio

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

Add general squeue Entry support for io-uring #189

Closed Berrysoft closed 9 months ago

Berrysoft commented 9 months ago

Add a general operation for io-uring, to add squeue Entry support. It should only be available when io-uring feature enabled. If the fusion driver is enabled, it should panic when io-uring is not supported.

Berrysoft commented 9 months ago

Close because users can write their own operation and impl OpCode or impl IourOpCode.