GRPC C++
1.26.0
|
#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/status.h>
#include <grpcpp/impl/codegen/time.h>
Go to the source code of this file.
Data Structures | |
class | grpc_impl::CompletionQueue |
A thin wrapper around grpc_completion_queue (see src/core/lib/surface/completion_queue.h). More... | |
class | grpc_impl::ServerCompletionQueue |
A specific type of completion queue used by the processing of notifications by servers. More... | |
Namespaces | |
grpc_impl | |
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |
grpc_impl::internal | |
Actual implementation of bi-directional streaming. | |
grpc | |
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface. | |
grpc::internal | |
Models a gRPC server. | |