ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
scheduled_cancellation_state.hpp
Go to the documentation of this file.
1#pragma once
2
7#include <atomic>
8
10{
11
13{
14 std::atomic<bool> user_cancelled{ false };
15 std::atomic<bool> pool_stopped{ false };
16};
17
18} // namespace threadschedule::detail
Aggregates multiple thread_registry_backend instances into a single queryable view.