Constructor. Creates the internal event timer set.
Constructor. Creates the internal event timer set.
Type of delegate called when an event fires. The delegate's return value indicates whether the timed event should remain registered (true) or be unregistered (false).
Unregisters all timed events (thus unregisters the internal TimerEvent from epoll).
Registers a timer with the extension. The provided delegate will be called once after the initial delay specified, then repeatedly according to the specified period, as long as it returns true.
Registers a timer with the extension. The provided delegate will be called repeatedly according to the specified period, as long as it returns true.
Registers a timer with the extension. The provided delegate will be called once after the initial delay specified, then repeatedly according to the specified period, as long as it returns true.
ditto