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

Base interface for extensible thread pool behavior policies. More...

#include <kcenon/common/patterns/result.h>
#include <memory>
#include <string>
Include dependency graph for pool_policy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::thread::pool_policy
 Base interface for thread pool policies. More...
 

Namespaces

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

Detailed Description

Base interface for extensible thread pool behavior policies.

Definition in file pool_policy.h.