Public Types | |
typedef void(* | M )(function_timer< T > &) |
Public Methods | |
function_timer (io_event_loop &loop, M _function, T _arg=T()) | |
T & | get_arg () |
Protected Methods | |
virtual void | fire () |
Invoked by the event loop when the timer fires. More... |
|
|
|
|
|
Invoked by the event loop when the timer fires.
Implements timer. |
|
|