Home
last modified time | relevance | path

Searched defs:AsyncResolution (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/src/core/lib/promise/
Dinterceptor_list.h182 struct AsyncResolution { struct
183 explicit AsyncResolution(size_t max_size) in AsyncResolution() argument
186 AsyncResolution& operator=(const AsyncResolution&) = delete; argument
187 AsyncResolution(AsyncResolution&& other) noexcept in AsyncResolution() argument
196 AsyncResolution async_resolution_; argument