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
10
namespace
threadschedule
11
{
12
16
enum class
worker_registration
: std::uint8_t
17
{
19
disabled
,
21
global_registry
22
};
23
24
}
// namespace threadschedule
threadschedule
Definition
cgroup.hpp:18
threadschedule::global_registry
auto global_registry() -> thread_registry &
Definition
thread_registry.hpp:341
threadschedule::worker_registration
worker_registration
Controls whether pool workers are registered in a thread registry.
Definition
worker_registration.hpp:17
threadschedule::worker_registration::disabled
@ disabled
Do not register workers in the global registry.
include
threadschedule
worker_registration.hpp
Generated by
1.9.8