Crate futures_fs [] [src]

A CPU Pool to handle file IO operations.

Structs

FsFuture

A future representing work in the FsPool.

FsPool

A pool of threads to handle file IO.

FsReadStream

A Stream of bytes from a target file.

FsWriteSink

A Sink to send bytes to be written to a target file.

WriteOptions

Options for how to write to the target file.