ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
worker_registration.hpp
Go to the documentation of this file.
1#pragma once
2
8#include <cstdint>
9
10namespace threadschedule
11{
12
16enum class worker_registration : std::uint8_t
17{
22};
23
24} // namespace threadschedule
auto global_registry() -> thread_registry &
worker_registration
Controls whether pool workers are registered in a thread registry.
@ disabled
Do not register workers in the global registry.