예제 #1
0
 virtual void stop() { stop_(); }
예제 #2
0
파일: worker.cpp 프로젝트: BenJopflik/jasl
void Worker::stop()
{
    m_tasks.push([=]{stop_();});
}