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

Abstract interface for queue adapters used by thread_pool. More...

Include dependency graph for pool_queue_adapter.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_queue_adapter_interface
 Abstract interface for queue adapters used by thread_pool. More...
 

Namespaces

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

Detailed Description

Abstract interface for queue adapters used by thread_pool.

See also
job_queue_adapter
policy_queue_adapter

Definition in file pool_queue_adapter.h.