Public Methods | |
| io_event_loop () | |
| Constructor. More... | |
| ~io_event_loop () | |
| Destructor. More... | |
| void | run () |
| Invokes the event loop. More... | |
| void | terminate () |
| Signals that the event loop should terminate. More... | |
Friends | |
| class | io_handler |
| class | timer |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Invokes the event loop. Returns only when an event handler (or other thread) signals the event loop to terminate via the terminate method. |
|
|
Signals that the event loop should terminate. May be invoked either by event handlers or another thread. |
|
|
|
|
|
|