ORIGINAL
Loading...
Searching...
No Matches
Classes | Namespaces
condition.h File Reference

Condition variable implementation for thread synchronization. More...

#include "mutex.h"
#include "zeit.h"
Include dependency graph for condition.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  original::conditionBase
 Abstract base class for condition variable implementations. More...
 
class  original::condition
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Condition variable implementation for thread synchronization.

Provides condition variable functionality for coordinating between threads, including:

Key features: