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

Files

 crash_handler.h
 Crash safety levels and handler interface for thread failure recovery.
 
 error_handler.h
 Error handler interface for customizable error handling strategies.
 
 pool_queue_adapter.h
 Abstract interface for queue adapters used by thread_pool.
 
 queue_capabilities.h
 Runtime-queryable queue capabilities descriptor.
 
 queue_capabilities_interface.h
 Mixin interface for queue capability introspection.
 
 queue_traits.h
 Type traits for detecting queue synchronization policy tags.
 
 scheduler_interface.h
 Abstract scheduler interface for queuing and retrieving jobs.
 
 service_container.h
 Service container for dependency injection within the thread system.
 
 thread_context.h
 Context object providing access to optional thread system services.