Searched defs:ProcessOfflineFuture (Results 1 – 1 of 1) sorted by relevance
36 struct ProcessOfflineFuture { struct37 bool done = false;38 bool timeout = false;39 ProcessOfflineResult result;40 std::mutex mtx;41 std::condition_variable cv;