Module async_file

Source
Expand description

File to wrap over tokio::fs::File and tokio-uring::fs::File.

Enums§

File
An adapter enum to support both tokio and tokio-uring asynchronous File.

Functions§

preadv
A simple wrapper over posix preadv to deal with FileVolatileBuf.
pwritev
A simple wrapper over posix pwritev to deal with FileVolatileBuf.