Searched refs:cancPromise (Results 1 – 1 of 1) sorted by relevance
135 std::promise<void> cancPromise; in authenticate() local136 auto cancFuture = cancPromise.get_future(); in authenticate()148 *out = SharedRefBase::make<CancellationSignal>(std::move(cancPromise)); in authenticate()