std::stop_source:: ~stop_source
From cppreference.com
<
cpp
|
thread
|
stop source
C++
Concurrency support library
|
|
std::stop_source
Member functions | ||||
stop_source::~stop_source
|
||||
Modifiers | ||||
Observers | ||||
Non-member functions | ||||
Helper tags | ||||
~stop_source
(
)
;
|
(since C++20) | |
Destroys the
stop_source
object.
If * this has associated stop-state, releases ownership of it.
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/thread/stop_source/%7Estop_source&oldid=161264
"