tokio-file icon indicating copy to clipboard operation
tokio-file copied to clipboard

Asynchronous file I/O for Tokio

Results 3 tokio-file issues
Sort by recently updated
recently updated
newest added

Rust RFC 2930 finally defines a standard safe way to deal with uninitialized memory. Once that RFC is implemented, tokio-file should support it. That means adding `read_at_buf` and `readv_at_buf` methods....

enhancement

Nice job ! I'm opening this issue to have some way of tracking an eventual linux port.