#include <grpc/support/port_platform.h>
#include <type_traits>
#include <utility>
#include "src/core/lib/gpr/tls.h"
Go to the source code of this file.
Classes | |
class | grpc_core::promise_detail::Context< T > |
struct | grpc_core::ContextType< T > |
class | grpc_core::promise_detail::WithContext< T, F > |
Namespaces | |
grpc_core | |
grpc_core::promise_detail | |
Functions | |
template<typename T > | |
T * | grpc_core::GetContext () |
template<typename T , typename F > | |
promise_detail::WithContext< T, F > | grpc_core::WithContext (F f, T *context) |