|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Wrapper class for POSIX condition variables. More...
#include <pthread.h>Go to the source code of this file.
Classes | |
| class | UseCondVar |
| Wrapper class for POSIX condition variables. More... | |
Wrapper class for POSIX condition variables.
This file provides a simple C++ wrapper around pthread condition variables, offering a cleaner interface for thread synchronization.
Definition in file useCondVar.H.