Return true if *this refers to a stop state, and false otherwise. A call to stop_possible that is potentially concurrent with a call to stop_requested, stop_possible, or request_stop does not cause a data race.
Declared in <bslstl_stoptoken.h>
[[nodiscard]]
bool
stop_possible() const noexcept;
The return value should not be discarded.