|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
Worker registration behavior for pool-managed threads. More...
#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | threadschedule |
Enumerations | |
| enum class | threadschedule::worker_registration : std::uint8_t { threadschedule::disabled , threadschedule::global_registry } |
| Controls whether pool workers are registered in a thread registry. More... | |
Worker registration behavior for pool-managed threads.
Definition in file worker_registration.hpp.