Namespaces
Variants
Actions

std::stop_source::stop_possible

From cppreference.com
< cpp‎ | thread‎ | stop source
 
 
Concurrency support library
(C++11)
(C++20)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++17)
(C++11)
(C++11)
(C++17)
(C++11)
(C++14)
(C++11)
(C++11)
(C++11)
(C++11)
(C++20)
(C++20)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++26)
(C++26)
(C++26)
(C++26)
(C++11)
(C++20)
(C++11)
(C++11)(deprecated in C++20)
(C++11)(deprecated in C++20)
(C++11)
(C++11)(deprecated in C++26)
 
 
bool stop_possible() const noexcept;
(since C++20)

Checks if the stop_source object has a stop-state.

[edit] Parameters

(none)

[edit] Return value

true if the stop_source object has a stop-state, otherwise false.

[edit] Notes

If the stop_source object has a stop-state and a stop request has already been made, this function still returns true.

[edit] Example

This section is incomplete
Reason: no example
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/thread/stop_source/stop_possible&oldid=173035"

AltStyle によって変換されたページ (->オリジナル) /