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

Public Member Functions | |
| TestData ()=default | |
| TestData (int v, double d) | |
Public Attributes | |
| int | value {0} |
| double | data {0.0} |
| char | padding [48] = {0} |
Definition at line 29 of file node_pool_sample.cpp.
|
default |
|
inline |
Definition at line 35 of file node_pool_sample.cpp.
| double TestData::data {0.0} |
| char TestData::padding[48] = {0} |
Definition at line 32 of file node_pool_sample.cpp.
| int TestData::value {0} |