GRPC C++
1.39.1
|
#include <atomic>
#include <set>
#include <grpc/support/log.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/health_check_service_interface.h>
#include <grpcpp/impl/codegen/async_generic_service.h>
#include <grpcpp/impl/codegen/async_unary_call.h>
#include <grpcpp/impl/codegen/completion_queue.h>
#include <grpcpp/impl/codegen/service_type.h>
#include <grpcpp/support/byte_buffer.h>
#include "src/core/lib/gprpp/sync.h"
#include "src/core/lib/gprpp/thd.h"
Go to the source code of this file.
Data Structures | |
class | grpc::DefaultHealthCheckService |
class | grpc::DefaultHealthCheckService::HealthCheckServiceImpl |
class | grpc::DefaultHealthCheckService::HealthCheckServiceImpl::CallHandler |
Namespaces | |
grpc | |
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |