MCPcopy Create free account
hub / github.com/AlexInLog/ReactivePlusPlus / thread_pool

Method thread_pool

src/rpp/rpp/schedulers/thread_pool.hpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60 public:
61 explicit thread_pool(size_t threads_count = std::thread::hardware_concurrency())
62 : m_state{std::make_shared<state>(threads_count)}
63 {
64 }
65
66 rpp::schedulers::worker<worker_strategy> create_worker() const
67 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected