Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
core Directory Reference
Directory dependency graph for core:
src/core

Files

 backpressure_job_queue.cpp
 Implementation of backpressure-aware job queue.
 
 callback_job.cpp
 Implementation of callback-based job execution for the thread system.
 
 enhanced_cancellation_token.cpp
 
 hazard_pointer.cpp
 
 job.cpp
 Implementation of the base job class for the thread system.
 
 job_queue.cpp
 Implementation of thread-safe FIFO job queue for thread system.
 
 lifecycle_controller.cpp
 
 thread_base.cpp
 Implementation of the core thread base class.
 
 thread_logger_init.cpp
 Early initialization of thread_logger shutdown handler for SDOF prevention.
 
 token_bucket.cpp
 Implementation of lock-free token bucket rate limiter.