ITimerEvent.handle_

Timer expiration event handler.

class ITimerEvent
protected abstract
bool
handle_
(
ulong n
)

Parameters

n ulong

number of expirations that have occurred

Return Value

Type: bool

true to stay registered in epoll or false to unregister.

Meta