GRPC C++  1.62.0
Data Structures | Namespaces | Functions
callback_common.h File Reference
#include <functional>
#include <grpc/grpc.h>
#include <grpc/impl/grpc_types.h>
#include <grpc/support/log.h>
#include <grpcpp/impl/call.h>
#include <grpcpp/impl/codegen/channel_interface.h>
#include <grpcpp/impl/completion_queue_tag.h>
#include <grpcpp/support/config.h>
#include <grpcpp/support/status.h>

Go to the source code of this file.

Data Structures

class  grpc::internal::CallbackWithStatusTag
 
class  grpc::internal::CallbackWithSuccessTag
 CallbackWithSuccessTag can be reused multiple times, and will be used in this fashion for streaming operations. More...
 

Namespaces

 grpc
 An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation.
 
 grpc::internal
 Models a gRPC server.
 

Functions

template<class Func , class... Args>
void grpc::internal::CatchingCallback (Func &&func, Args &&... args)
 An exception-safe way of invoking a user-specified callback function. More...
 
template<class Reactor , class Func , class... Args>
Reactor * grpc::internal::CatchingReactorGetter (Func &&func, Args &&... args)