|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
#include <scheduled_cancellation_state.hpp>
Public Attributes | |
| std::atomic< bool > | user_cancelled { false } |
| std::atomic< bool > | pool_stopped { false } |
Definition at line 12 of file scheduled_cancellation_state.hpp.
| std::atomic<bool> threadschedule::detail::scheduled_cancellation_state::pool_stopped { false } |
Definition at line 15 of file scheduled_cancellation_state.hpp.
| std::atomic<bool> threadschedule::detail::scheduled_cancellation_state::user_cancelled { false } |
Definition at line 14 of file scheduled_cancellation_state.hpp.