tokio-rs / io-uring

The `io_uring` library for Rust
Apache License 2.0
1.19k stars 131 forks source link

Any work to be done? #258

Open rushilmehra opened 8 months ago

rushilmehra commented 8 months ago

Is there an up to date wishlist of things that would be good to get done?

quininer commented 8 months ago

I haven't tracked this, but new kernel add a lot of new features (like futex opcode) and it would be nice to provide wrappers and tests for them.