|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Base interface for extensible thread pool behavior policies. More...
#include <kcenon/common/patterns/result.h>#include <memory>#include <string>

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. | |
Base interface for extensible thread pool behavior policies.
Definition in file pool_policy.h.