#include <grpc/support/port_platform.h>
#include <new>
#include <type_traits>
#include <utility>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/types/variant.h"
#include "src/core/lib/promise/detail/promise_factory.h"
#include "src/core/lib/promise/poll.h"
Go to the source code of this file.
Namespaces | |
grpc_core | |
grpc_core::promise_detail | |
Typedefs | |
template<typename T > | |
using | grpc_core::LoopCtl = absl::variant< Continue, T > |
Functions | |
template<typename F > | |
promise_detail::Loop< F > | grpc_core::Loop (F f) |