Searched defs:asyncOps (Results 1 – 1 of 1) sorted by relevance
44 void Wait(SyncIdType syncId, const std::function<void()>& asyncOps) in Wait()57 bool WaitFor(SyncIdType syncId, const std::function<void()>& asyncOps, int timeoutMs) in WaitFor()76 void Wait(SyncIdType syncId, const std::function<void()>& asyncOps, ResultType& result) in Wait()90 …bool WaitFor(SyncIdType syncId, const std::function<bool()>& asyncOps, int timeoutMs, ResultType& … in WaitFor()