DelegateMQ
|
A semaphore wrapper class. More...
#include <Semaphore.h>
Public Member Functions | |
Semaphore ()=default | |
~Semaphore ()=default | |
bool | Wait (Duration timeout) |
void | Signal () |
Called to signal a semaphore. | |
A semaphore wrapper class.
|
default |
|
default |
|
inline |
Called to signal a semaphore.
|
inline |
Called to wait on a semaphore to be signaled.
[in] | timeout | - semaphore timeout |