std::stop_source::~stop_source
来自 cppreference.com
< cpp | thread | stop source
~stop_source(); |
(自 C++20 起) | |
销毁 stop_source
对象。
如果 *this 与停止状态相关联,则释放其所有权。