#include <grpc/support/port_platform.h>
#include <type_traits>
#include <utility>
#include "absl/status/status.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::for_each_detail | |
Functions | |
template<typename Reader , typename CallPoll > | |
Poll< absl::Status > | grpc_core::for_each_detail::FinishIteration (absl::Status *r, Reader *reader, CallPoll call_poll) |
template<typename Reader , typename Action > | |
for_each_detail::ForEach< Reader, Action > | grpc_core::ForEach (Reader reader, Action action) |
For each item acquired by calling Reader::Next, run the promise Action. More... | |