Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
concurrent_queue.h File Reference

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>
Include dependency graph for concurrent_queue.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Thread-safe MPMC queue with blocking wait support.

See also
job_queue For the public queue API

Definition in file concurrent_queue.h.