Searched refs:loop_thread (Results 1 – 1 of 1) sorted by relevance
44 std::thread loop_thread([this] { this->MainLoop(); }); in Setup() local45 thread_.swap(loop_thread); in Setup()