Searched defs:future (Results 1 – 1 of 1) sorted by relevance
101 void AsyncWaitableEvent::setFuture(std::future<void> &&future) in setFuture()188 auto future = std::async(std::launch::async, [closure, this] { in checkToRunPendingTasks() local