|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Implementation of thread-safe FIFO job queue for thread system. More...
#include <kcenon/thread/core/job_queue.h>
Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Implementation of thread-safe FIFO job queue for thread system.
This file contains the implementation of the job_queue class, which provides a thread-safe container for storing and retrieving job objects in FIFO order. The queue supports both single and batch operations with blocking/non-blocking variants.
Definition in file job_queue.cpp.