Crate tokio_file_unix [] [src]

Structs

File

A thin wrapper over std::fs::File that adds support for mio::Evented. You should construct it using File::new_nb unless you're certain the underlying file descriptor has been set to nonblocking mode.

Functions

set_file_nonblocking

Sets nonblocking mode of the underlying file descriptor to either on (true) or off (false).