Searched refs:status_callback_future_ (Results 1 – 2 of 2) sorted by relevance
94 std::future<void> status_callback_future_; variable
840 if (status_callback_future_.valid()) { in TriggerDeferredCallbacks()844 status_callback_future_ = std::async( in TriggerDeferredCallbacks()853 if (!status_callback_future_.valid()) { in WaitForStatusCallbackFuture()855 status_callback_future_ = std::async([]() { return; }); in WaitForStatusCallbackFuture()858 status_callback_future_.wait(); in WaitForStatusCallbackFuture()