|
|
Member functions | ||||
Modifiers | ||||
Observers | ||||
stop_source::stop_possible | ||||
Non-member functions | ||||
Helper tags | ||||
bool stop_possible()constnoexcept; | (since C++20) | |
Checks if thestop_source
object has a stop-state.
Contents |
(none)
true if thestop_source
object has a stop-state, otherwisefalse.
If thestop_source
object has a stop-state and a stop request has already been made, this function still returnstrue.
This section is incomplete Reason: no example |