ctl_read
Description:
public static bool ctl_read (
Poll @set,
PollFD fd,
bool active)
Control whether the descriptor fd in set will be monitored for readability.
Parameters:
| fd |
a file descriptor. |
| active |
a new status. |
Returns:
true if the descriptor was successfully updated. |