Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
policies Directory Reference
Directory dependency graph for policies:
include/kcenon/thread/policies

Files

 bound_policies.h
 Bound policies for queue capacity: unbounded or fixed-size.
 
 overflow_policies.h
 Overflow handling policies: reject, drop-oldest, or block.
 
 policies.h
 Convenience header for all queue policies.
 
 policy_queue.h
 Policy-based job queue template with customizable sync, bound, and overflow.
 
 sync_policies.h
 Synchronization policies: mutex-based or spinlock-based.