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

Implementation of the core thread base class. More...

Include dependency graph for thread_base.cpp:

Go to the source code of this file.

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 Core threading foundation of the thread system library.
 

Detailed Description

Implementation of the core thread base class.

This file contains the implementation of the thread_base class, which serves as the foundation for all worker thread types in the thread system.

Definition in file thread_base.cpp.