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

Template method implementations for thread_pool. More...

#include <kcenon/thread/core/error_handling.h>
#include <kcenon/thread/core/future_job.h>
#include <kcenon/thread/utils/batch_operations.h>
#include <future>
#include <vector>
#include <thread>
#include <memory>
#include <atomic>
Include dependency graph for thread_pool_impl.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.
 

Detailed Description

Template method implementations for thread_pool.

Date
2025-01-11

This file contains template method implementations for the thread_pool class. It is automatically included by thread_pool.h and should not be included directly.

Separated from thread_pool.h to reduce header size and improve compilation times.

Definition in file thread_pool_impl.h.