tokio-rs / tokio-uring

An io_uring backed runtime for Rust
MIT License
1.13k stars 122 forks source link

op options: fixed file table slots #256

Open FrankReh opened 1 year ago

FrankReh commented 1 year ago

Introduces the fixed_file_auto_select option to the fs::OpenOptions.

And modifies read, write and close to use the newly introduced fixed_file variation of a SharedFd.