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
9
namespace
threadschedule::detail
10
{
11
12
enum class
shutdown_policy_backend
: std::uint8_t
13
{
14
drain
,
15
drop_pending
16
};
17
18
}
// namespace threadschedule::detail
threadschedule::detail
Aggregates multiple thread_registry_backend instances into a single queryable view.
Definition
native_thread.hpp:20
threadschedule::detail::shutdown_policy_backend
shutdown_policy_backend
Definition
shutdown_policy_backend.hpp:13
threadschedule::detail::shutdown_policy_backend::drop_pending
@ drop_pending
threadschedule::detail::shutdown_policy_backend::drain
@ drain
include
threadschedule
detail
pool
shutdown_policy_backend.hpp
Generated by
1.9.8