|
ThreadSchedule 2.0.0
Modern C++ thread management library
|
PoolWithErrors wrapper that combines any pool with an ErrorHandler. More...
Go to the source code of this file.
Classes | |
| class | threadschedule::PoolWithErrors< PoolType > |
| Thread pool wrapper that combines any pool type with an ErrorHandler. More... | |
Namespaces | |
| namespace | threadschedule |
Typedefs | |
| using | threadschedule::HighPerformancePoolWithErrors = PoolWithErrors<HighPerformancePool> |
| HighPerformancePool with integrated error handling. | |
| using | threadschedule::FastThreadPoolWithErrors = PoolWithErrors<FastThreadPool> |
FastThreadPool with integrated error handling. | |
| using | threadschedule::ThreadPoolWithErrors = PoolWithErrors<ThreadPool> |
ThreadPool with integrated error handling. | |
PoolWithErrors wrapper that combines any pool with an ErrorHandler.
Definition in file thread_pool_with_errors.hpp.