示例#1
0
 virtual void stop() { stop_(); }
示例#2
0
void Worker::stop()
{
    m_tasks.push([=]{stop_();});
}