nlib
CondVar.h File Reference

Implements a conditional variable. More...

#include "nn/nlib/Config.h"
#include "nn/nlib/DateTime.h"
#include "nn/nlib/threading/CriticalSection.h"
#include <new>

Go to the source code of this file.

Classes

class  nn::nlib::threading::CondVar
 Conditional variable for synchronization. More...
 

Namespaces

 nn::nlib
 Implements stream-related classes usually commonly used, various containers, and other gadget classes. nlib_ns is an alias.
 
 nn::nlib::threading
 Unicode related functionality is implemented.
 

Detailed Description

Implements a conditional variable.

Definition in file CondVar.h.