EpollSelector.unregister

Remove a conduit from the selector.

class EpollSelector
override
void
unregister

Parameters

conduit ISelectable

conduit that had been previously associated to the selector; it can be null.

Remarks: Unregistering a null conduit is allowed and no exception is thrown if this happens.

Throws

UnregisteredConduitException if the conduit had not been previously registered to the selector; SelectorException if there are not enough resources to remove the conduit registration.

Meta