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