ReactivePlusPlus
ReactiveX implementation for C++20
|
Scheduler owning static thread pool of workers and using "some" thread from this pool on create_worker
call.
More...
#include <thread_pool.hpp>
Public Member Functions | |
thread_pool (size_t threads_count=std::thread::hardware_concurrency()) | |
rpp::schedulers::worker< worker_strategy > | create_worker () const |
Scheduler owning static thread pool of workers and using "some" thread from this pool on create_worker
call.