#include "src/core/lib/promise/detail/promise_factory.h"
#include <functional>
#include "absl/functional/bind_front.h"
#include "absl/types/variant.h"
#include "gtest/gtest.h"
#include "src/core/lib/promise/poll.h"
#include "src/core/lib/promise/promise.h"
Go to the source code of this file.
Namespaces | |
grpc_core | |
grpc_core::promise_detail | |
grpc_core::promise_detail::testing | |
Functions | |
int | main (int argc, char **argv) |
template<typename Arg , typename F > | |
PromiseFactory< Arg, F > | grpc_core::promise_detail::testing::MakeFactory (F f) |
grpc_core::promise_detail::testing::TEST (AdaptorTest, FactoryFromBindFrontPromise) | |
grpc_core::promise_detail::testing::TEST (AdaptorTest, FactoryFromPromise) | |
Definition at line 64 of file promise_factory_test.cc.