Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <sync.h>
Definition at line 194 of file sync.h.
◆ CSemaphore()
CSemaphore::CSemaphore |
( |
int |
init | ) |
|
|
inlineexplicit |
◆ post()
void CSemaphore::post |
( |
| ) |
|
|
inline |
◆ try_wait()
bool CSemaphore::try_wait |
( |
| ) |
|
|
inline |
◆ wait()
void CSemaphore::wait |
( |
| ) |
|
|
inline |
◆ condition
std::condition_variable CSemaphore::condition |
|
private |
◆ mutex
std::mutex CSemaphore::mutex |
|
private |
◆ value
The documentation for this class was generated from the following file: