std::stop_source::~stop_source
From cppreference.com
< cpp | thread | stop source
| ~stop_source(); |
(C++20以降) | |
stop_source オブジェクトを破棄します。
もし *this に関連付けられた stop-state がある場合、その所有権を解放します。