Searched refs:status_callback_future_ (Results 1 – 2 of 2) sorted by relevance
96 std::future<void> status_callback_future_; variable
814 if (status_callback_future_.valid()) { in TriggerDeferredCallbacks()818 status_callback_future_ = std::async( in TriggerDeferredCallbacks()827 if (!status_callback_future_.valid()) { in WaitForStatusCallbackFuture()829 status_callback_future_ = std::async([]() { return; }); in WaitForStatusCallbackFuture()832 status_callback_future_.wait(); in WaitForStatusCallbackFuture()