Searched refs:status_callback_future_ (Results 1 – 2 of 2) sorted by relevance
93 std::future<void> status_callback_future_; variable
780 if (status_callback_future_.valid()) { in TriggerDeferredCallbacks()784 status_callback_future_ = std::async( in TriggerDeferredCallbacks()793 if (!status_callback_future_.valid()) { in WaitForStatusCallbackFuture()795 status_callback_future_ = std::async([]() { return; }); in WaitForStatusCallbackFuture()798 status_callback_future_.wait(); in WaitForStatusCallbackFuture()