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