Epoll-based event scheduler.
Multiplexes multiple, logical timers into a single timer fd (see ocean.io.select.client.TimerEvent).
Timer set class template.
See Source File
August 2011 : Initial release
Copyright (c) 2011 dunnhumby Germany GmbH. All rights reserved.
Gavin Norman
Requires linking with libebtree:
-L-lebtree
Usage example: See documented unittest of class, below
Epoll-based event scheduler.
Multiplexes multiple, logical timers into a single timer fd (see ocean.io.select.client.TimerEvent).