Class Semaphore

Class Documentation

class Semaphore

Public Functions

inline explicit Semaphore(size_t count = 0)
Semaphore(const Semaphore&) = delete
Semaphore &operator=(const Semaphore&) = delete
inline void post()
inline void wait()
inline void disable()
inline void enable()
inline void post(int n)