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

Implementation of the thread pool class for managing multiple worker threads. More...

Include dependency graph for thread_pool.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 thread pool class for managing multiple worker threads.

This file contains the implementation of the thread_pool class, which coordinates multiple worker threads processing jobs from a shared queue. The pool supports adaptive queue strategies for optimal performance under varying load conditions.

Definition in file thread_pool.cpp.