yanglwd

Results 1 comments of yanglwd

class StopExample { public: void Start() { _thrd = std::thread([=](){ while(!_stop) { std::cout