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