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

Pool policy implementing work-stealing for load balancing. More...

#include "pool_policy.h"
#include <kcenon/thread/core/worker_policy.h>
#include <atomic>
#include <memory>
#include <string>
Include dependency graph for work_stealing_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::work_stealing_pool_policy
 Pool policy that implements work-stealing behavior for load balancing. More...
 

Namespaces

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

Detailed Description

Pool policy implementing work-stealing for load balancing.

See also
pool_policy For the base interface

Definition in file work_stealing_pool_policy.h.