|
FairMQ
1.4.33
C++ Message Queuing Library and Framework
|
A simple blocking semaphore. More...
#include <fairmq/tools/Semaphore.h>
Public Member Functions | |
| Semaphore (std::size_t initial_count) | |
| auto | Wait () -> void |
| auto | Signal () -> void |
| auto | GetCount () const -> std::size_t |
A simple blocking semaphore.