|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|

Public Member Functions | |
| TestNode (int value) | |
Public Attributes | |
| std::atomic< int > | data {0} |
| std::atomic< TestNode * > | next {nullptr} |
Definition at line 27 of file hazard_pointer_sample.cpp.
|
inlineexplicit |
Definition at line 31 of file hazard_pointer_sample.cpp.
| std::atomic<int> TestNode::data {0} |
| std::atomic<TestNode*> TestNode::next {nullptr} |
Definition at line 29 of file hazard_pointer_sample.cpp.