|
GRPC C++
1.39.1
|
#include <list>#include <grpc/impl/codegen/atm.h>#include <grpcpp/impl/codegen/completion_queue_tag.h>#include <grpcpp/impl/codegen/core_codegen_interface.h>#include <grpcpp/impl/codegen/grpc_library.h>#include <grpcpp/impl/codegen/rpc_service_method.h>#include <grpcpp/impl/codegen/status.h>#include <grpcpp/impl/codegen/sync.h>#include <grpcpp/impl/codegen/time.h>Go to the source code of this file.
Data Structures | |
| class | grpc::CompletionQueue |
| A thin wrapper around grpc_completion_queue (see src/core/lib/surface/completion_queue.h). More... | |
| class | grpc::ServerCompletionQueue |
| A specific type of completion queue used by the processing of notifications by servers. 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 ResponseType > | |
| void | grpc::internal::UnaryRunHandlerHelper (const ::grpc::internal::MethodHandler::HandlerParameter &, ResponseType *, ::grpc::Status &) |