SelectEvent.handle_

Called from handle() when the event fires.

class SelectEvent
protected override
bool
handle_
(
ulong n
)

Parameters

n ulong

number of times the event was triggered since the last time handle() was called by the select dispatcher (ignored)

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