|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Abstract interface for queue adapters used by thread_pool. More...
#include <memory>#include <vector>#include <string>#include <kcenon/thread/core/job.h>#include <kcenon/thread/core/error_handling.h>#include <kcenon/thread/interfaces/scheduler_interface.h>#include <kcenon/thread/interfaces/queue_capabilities_interface.h>

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. | |
Abstract interface for queue adapters used by thread_pool.
Definition in file pool_queue_adapter.h.