File Descriptor Select - Support for Write and Except File Descriptors
Closed this issue · 1 comments
m-renaud commented
Currently there is only support for watching read file descriptors. There should be full support for write and exception file descriptors.
m-renaud commented
Support has been added for write and except file descriptors. The associated functions are fd_select::register_write_fd()
and fd_select::register_except_fd()
. The name for registering a read file descriptor has also been changed to fd_select::register_read_fd()
.