#include <grpc/support/port_platform.h>
#include <assert.h>
#include <type_traits>
#include "absl/types/variant.h"
#include "src/core/lib/gprpp/bitset.h"
#include "src/core/lib/gprpp/construct_destruct.h"
#include "src/core/lib/promise/detail/promise_like.h"
#include "src/core/lib/promise/detail/status.h"
#include "src/core/lib/promise/poll.h"
Go to the source code of this file.
Classes | |
class | grpc_core::promise_detail::CallPushPull< FMain, FPush, FPull > |
Namespaces | |
grpc_core | |
grpc_core::promise_detail | |
Functions | |
template<typename FMain , typename FPush , typename FPull > | |
promise_detail::CallPushPull< FMain, FPush, FPull > | grpc_core::CallPushPull (FMain f_main, FPush f_push, FPull f_pull) |