Crate afio [−] [src]
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 |