|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Forward declarations for thread system types. More...
#include <cstdint>

Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
| namespace | kcenon::thread::policies |
| namespace | kcenon::thread::detail |
| namespace | kcenon::thread::metrics |
| namespace | kcenon::thread::diagnostics |
| namespace | kcenon::thread::sync |
Forward declarations for thread system types.
This file provides forward declarations for all types in thread_system. Include this header when you need to declare pointers or references to thread_system types without pulling in full definitions.
This is the single authoritative source for forward declarations in the thread_system library. All forward declarations are consolidated here to comply with the Simple Design principle of "No Duplication".
Definition in file forward.h.