Method Stdio.Fd()->set_nonblocking()
- Method set_nonblocking
 voidset_nonblocking()- Description
 Sets this file to nonblocking operation.
- Note
 Nonblocking operation is not supported on all Stdio.File objects. Notably it is not guaranteed to be supported on objects returned by pipe() unless PROP_NONBLOCK was specified in the call to pipe().
- See also