CondVariable class
#include <nCine/Threading/ThreadSync.h>
Condition variable for threads synchronization.
Windows version based on the TinyThread++ library implementation. More info at: http:/
Constructors, destructors, conversion operators
- CondVariable()
- ~CondVariable()
- CondVariable(const CondVariable&) deleted