
Semaphore for synchronization of threads. More...
#include "sync/waitingroom.h"
Classes | |
class | Semaphore |
Semaphore used for synchronization of threads.The class Semaphore implements the concept of counting semaphores. The waiting list is provided by the base class Waitingroom. More... | |
Semaphore for synchronization of threads.