|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Legacy wrapper class for POSIX condition variables. More...
#include <pthread.h>Go to the source code of this file.
Classes | |
| class | UseCondVar |
| Legacy wrapper class for POSIX condition variables. More... | |
Legacy wrapper class for POSIX condition variables.
This file provides a simple legacy C++ wrapper around pthread condition variables, offering a cleaner interface for thread synchronization.
std::condition_variable or higher-level coordination helpers such as Aleph::bounded_channel<T> from concurrency_utils.H.std::condition_variable or concurrency_utils.H in new code.Definition in file useCondVar.H.