bytedance / monoio

Rust async runtime based on io-uring.
Apache License 2.0
3.88k stars 217 forks source link

feat: impl `Async Read/Write Rent` for File #297

Closed Lzzzzzt closed 2 days ago

Lzzzzzt commented 2 weeks ago

This PR implements AsyncReadRent and AsyncWriteRent for File, completing the following tasks:

Other details are shown in the code.

Related Issue

266

291

Xuanwo commented 1 day ago

Nice!