ThreadSchedule 2.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
thread_pool_with_errors.hpp File Reference

PoolWithErrors wrapper that combines any pool with an ErrorHandler. More...

#include "error_handler.hpp"
#include "thread_pool.hpp"
#include <memory>
Include dependency graph for thread_pool_with_errors.hpp:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

PoolWithErrors wrapper that combines any pool with an ErrorHandler.

Definition in file thread_pool_with_errors.hpp.