GRPC C++
1.26.0
|
#include <grpcpp/alarm.h>
#include <memory>
#include <grpc/support/log.h>
#include <grpc/support/port_platform.h>
#include <grpcpp/completion_queue.h>
#include <grpcpp/impl/grpc_library.h>
#include <grpcpp/support/time.h>
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/iomgr/timer.h"
#include "src/core/lib/surface/completion_queue.h"
#include "src/core/lib/debug/trace.h"
Data Structures | |
class | grpc_impl::internal::AlarmImpl |
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. | |