ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
shutdown_policy_backend.hpp
Go to the documentation of this file.
1#pragma once
2
7#include <cstdint>
8
10{
11
12enum class shutdown_policy_backend : std::uint8_t
13{
14 drain,
16};
17
18} // namespace threadschedule::detail
Aggregates multiple thread_registry_backend instances into a single queryable view.