|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|

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. | |