
An event for synchronization. More...
#include <thread.hpp>
Public Member Functions | |
| Event (void) | |
| Initialize event. More... | |
| void | signal (void) |
| Signal the event. More... | |
| void | wait (void) |
| Wait until the event becomes signalled. More... | |
| ~Event (void) | |
| Delete event. More... | |
An event for synchronization.
An event can be waited on by a single thread until the event is signalled.
Definition at line 223 of file thread.hpp.
|
inline |
|
inline |
|
inline |
|
inline |