Crate afio

Source
Expand description

Make File Descriptors Nonblocking

Creates a simple interface around fcntl to set file descriptors as non blocking. This crate will work on all unix systems as classified by Rust.

Functionsยง

evented_fd
Make an Evented Fd
set_non_blocking
Make File Descriptor NonBlocking