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

Implementation of thread-safe FIFO job queue for thread system. More...

Include dependency graph for job_queue.cpp:

Go to the source code of this file.

Namespaces

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

Detailed Description

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.