In this article I will present to you two useful functions that can be used whenever you want to enable or disable the non-blocking I/O mode of a file descriptor. By using the enable_io_blocking_for_file_descriptor and disable_io_blocking_for_file_descriptor functions you can enable and disable the I/O blocking of a file descriptor.
Tag Archive: file descriptor
Useful functions for enabling and disabling the non-blocking I/O mode of file descriptors.
October 18, 2014