Sleeping Wombat Common Library
0.50.0
swCommonLibrary
|
#include <Semaphore.h>
Public Member Functions | |
Semaphore (Size initCount) | |
void | Down () |
bool | TryDown () |
void | Up () |
Private Attributes | |
std::mutex | m_lock |
std::condition_variable | m_condVariable |
Size | m_count |
Semaphore class.