13#include <rpp/schedulers/fwd.hpp>
15#include <rpp/schedulers/thread_pool.hpp>
17namespace rpp::schedulers
32 static auto create_worker()
35 return s_tp.create_worker();
Scheduler owning static thread pool of workers and using "some" thread from this pool on create_worke...
Definition computational.hpp:30
Scheduler owning static thread pool of workers and using "some" thread from this pool on create_worke...
Definition thread_pool.hpp:31