ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::detail::scheduled_cancellation_state Struct Reference

#include <scheduled_cancellation_state.hpp>

Public Attributes

std::atomic< bool > user_cancelled { false }
 
std::atomic< bool > pool_stopped { false }
 

Detailed Description

Definition at line 12 of file scheduled_cancellation_state.hpp.

Member Data Documentation

◆ pool_stopped

std::atomic<bool> threadschedule::detail::scheduled_cancellation_state::pool_stopped { false }

Definition at line 15 of file scheduled_cancellation_state.hpp.

◆ user_cancelled

std::atomic<bool> threadschedule::detail::scheduled_cancellation_state::user_cancelled { false }

Definition at line 14 of file scheduled_cancellation_state.hpp.


The documentation for this struct was generated from the following file: