ThreadSchedule 1.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nthreadschedule
 Ndetail
 CNonOwningTag
 COwningTag
 CThreadStorage
 CThreadStorage< ThreadType, NonOwningTag >
 CThreadStorage< ThreadType, OwningTag >
 CAutoRegisterCurrentThread
 Cbad_expected_access
 CBaseThreadWrapperBase thread wrapper with common functionality
 CChaosConfigRuntime chaos settings
 CChaosControllerRAII controller that periodically applies chaos operations
 CCompositeThreadRegistry
 CCpuTopologySnapshot of basic CPU/NUMA topology
 CErrorHandledTaskTask wrapper that provides error handling
 CErrorHandlerGlobal error handler for thread pool tasks
 Cexpected
 Cexpected< void, E >
 CFastThreadPoolSimple high-performance thread pool using single queue with optimized locking
 CStatistics
 CFastThreadPoolWithErrorsFast thread pool with built-in error handling
 CFutureWithErrorHandlerFuture wrapper that provides error callback support
 CFutureWithErrorHandler< void >Specialization for void futures
 CGlobalHighPerformancePoolSingleton high-performance thread pool for global use
 CGlobalThreadPoolSingleton thread pool for global use (simple version)
 CHighPerformancePoolHigh-performance thread pool optimized for high-frequency task submission
 CStatistics
 CHighPerformancePoolWithErrorsHigh-performance thread pool with built-in error handling
 Cis_duration_impl
 Cis_duration_impl< T, std::void_t< typename T::rep, typename T::period > >
 Cis_thread_likeType trait for thread-like objects
 Cis_thread_like< std::thread >
 CPThreadAttributesRAII pthread attribute wrapper
 CPThreadMutexRAII pthread mutex wrapper
 CPThreadWrapperRAII pthread wrapper with modern C++ interface
 CPThreadWrapperReg
 CRegisteredThreadInfo
 CScheduledTaskHandleHandle for scheduled tasks that can be used to cancel them
 CScheduledThreadPoolTThread pool with support for scheduled and periodic tasks
 CScheduledTaskInfo
 CSchedulerParamsScheduler parameter utilities
 CTaskErrorInformation about a task exception
 CThreadAffinityCPU affinity management
 CThreadByNameView
 CThreadControlBlock
 CThreadInfo
 CThreadPoolSimple thread pool for general-purpose use
 CStatistics
 CThreadPoolWithErrorsSimple thread pool with built-in error handling
 CThreadPriorityThread priority wrapper with validation
 CThreadProfileDeclarative profile describing desired scheduling
 CThreadRegistry
 CQueryView
 CThreadWrapperEnhanced std::thread wrapper
 CThreadWrapperReg
 CThreadWrapperView
 Cunexpect_t
 Cunexpected
 CWorkStealingDequeHigh-performance work-stealing deque for individual worker threads