|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
For_Each_In_Order or traverse() instead Exception specifications are deprecated in C++17 and removed in C++20.
Use point.H functions directly.
Prefer std::condition_variable or Aleph::bounded_channel<T> in new code.
std::condition_variable or higher-level coordination helpers such as Aleph::bounded_channel<T> from concurrency_utils.H. Aleph::synchronized<T>, std::lock_guard, or std::unique_lock in new code. std::mutex, std::lock_guard, std::unique_lock, or the modern wrappers from concurrency_utils.H.