Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
kcenon::thread::is_lockfree_queue< T, typename > Struct Template Reference

Compile-time detection of lock-free capability. More...

#include <queue_traits.h>

Inheritance diagram for kcenon::thread::is_lockfree_queue< T, typename >:
Inheritance graph
Collaboration diagram for kcenon::thread::is_lockfree_queue< T, typename >:
Collaboration graph

Detailed Description

template<typename T, typename = void>
struct kcenon::thread::is_lockfree_queue< T, typename >

Compile-time detection of lock-free capability.

Returns true if the queue type uses a lock-free sync policy.

Definition at line 222 of file queue_traits.h.


The documentation for this struct was generated from the following file: