EpollSelectDispatcher.setExpiryRegistration

Sets a timeout manager expiry registration to client if the timeout feature is enabled. This must be done exactly once for each select client that should be able to time out. If the timeout feature is disabled, nothing is done.

class EpollSelectDispatcher
bool
setExpiryRegistration

Parameters

client ISelectClient

client to set timeout manager expiry registration

Return Value

Type: bool

true on success or false if the timeout feature is disabled.

Meta