remove_fd
Description:
public bool remove_fd (
PollFD fd)
Remove a file descriptor from the file descriptor set.
Parameters:
| this |
a file descriptor set.
|
| fd |
a file descriptor.
|
Returns:
|
true if the file descriptor was successfully removed from the set.
|