ocean.io.select.client.TimerEvent

Timer event which can be registered with the EpollSelectDispatcher.

Note that the unittest in this module requires linking with librt.

Members

Aliases

clockid_t
alias clockid_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

ITimerEvent
class ITimerEvent

ITimerEvent base class with abstract handle method.

TestTimerEvent
class TestTimerEvent
Undocumented in source.
TimerEvent
class TimerEvent

TimerEvent class, calls the provided delegate when the timer fires and is handled in epoll.

Functions

clock_gettime
int clock_gettime(clockid_t , timespec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).