Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
kcenon::thread::policies::lockfree_sync_policy::node Struct Reference
Collaboration diagram for kcenon::thread::policies::lockfree_sync_policy::node:
Collaboration graph

Public Member Functions

 node (std::unique_ptr< job > &&job_data)
 

Public Attributes

std::unique_ptr< jobdata
 
std::atomic< node * > next {nullptr}
 

Detailed Description

Definition at line 396 of file sync_policies.h.

Constructor & Destructor Documentation

◆ node()

kcenon::thread::policies::lockfree_sync_policy::node::node ( std::unique_ptr< job > && job_data)
inlineexplicit

Definition at line 400 of file sync_policies.h.

401 : data(std::move(job_data)) {}

Member Data Documentation

◆ data

std::unique_ptr<job> kcenon::thread::policies::lockfree_sync_policy::node::data

◆ next


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