#include <gosynchronized.h>
Synchronizing concurrent objects. This class is using a condition variable to synchronize with other goSynchronized objects. Do not use this for consumer/producer problems, rather use it for making one object to wait for another if you know exactly that it has to wait.
- Author
- Christian Gosch
- Date
- 21.9.2001
- See also
- goConsumer
-
goProducer
◆ addSynchronizedListener()
◆ signalSynchronize()
void goSynchronized::signalSynchronize |
( |
| ) |
|
Signal all listening objects the sync event.
◆ waitSynchronize()
void goSynchronized::waitSynchronize |
( |
| ) |
|
|
protected |
Wait until a sync is signalled.
The documentation for this class was generated from the following files:
- gosynchronized.h
- gosynchronized.cc