iou icon indicating copy to clipboard operation
iou copied to clipboard

Rust interface to io_uring

Results 15 iou issues
Sort by recently updated
recently updated
newest added

Add a dedicated test file for single timeouts. It's currently failing on my machine, but running `cargo +nightly test --no-fast-fail` I can see that only the timeout test fails. Maybe...

Not sure if this will be tricky - we need to make sure we have as recent as possible a Linux kernel to be able to actually test io_uring functionality.

At this time, [`uring-sys`](https://crates.io/crates/uring-sys) did not receive any updates in three and a half years. Open PRs seemingly never got merged, including one PR supplying a fix enabling `uring-sys` being...