Function afio::set_non_blocking [] [src]

pub fn set_non_blocking<'a, F>(fd: &'a F) -> Result<(), Error> where
    F: AsRawFd

Make File Descriptor NonBlocking

Sets the O_NONBLOCK for more information follow this link