|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Thread-safe MPMC queue with blocking wait support. More...
#include <atomic>#include <chrono>#include <condition_variable>#include <cstddef>#include <mutex>#include <optional>#include <type_traits>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::detail::concurrent_queue< T > |
| Thread-safe MPMC queue with blocking wait support (Internal implementation) More... | |
| struct | kcenon::thread::detail::concurrent_queue< T >::node |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
| namespace | kcenon::thread::detail |
Thread-safe MPMC queue with blocking wait support.
Definition in file concurrent_queue.h.