Searched refs:wait_thread (Results 1 – 1 of 1) sorted by relevance
158 auto wait_thread = std::thread([] { grpc_root_server.RunGrpcLoop(); }); in main() local159 wait_thread.join(); in main()