Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
forward.h File Reference

Forward declarations for thread system types. More...

#include <cstdint>
Include dependency graph for forward.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Forward declarations for thread system types.

Date
2025-11-20

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.