TimerEvent.handle_

Called from the select dispatcher when the event fires. Calls the user- provided event handler.

class TimerEvent
protected override
bool
handle_
(
ulong n
)

Return Value

Type: bool

forwards return value of event handler -- false indicates that the event should be unregistered with the selector, true indicates that it should remain registered and able to fire again

Meta