GRPC C++  1.39.1
Namespaces | Functions
time_cc.cc File Reference
#include <grpc/support/time.h>
#include <grpcpp/support/config.h>
#include <grpcpp/support/time.h>

Namespaces

 grpc
 An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation.
 

Functions

void grpc::Timepoint2Timespec (const system_clock::time_point &from, gpr_timespec *to)
 
void grpc::TimepointHR2Timespec (const high_resolution_clock::time_point &from, gpr_timespec *to)
 
std::chrono::system_clock::time_point grpc::Timespec2Timepoint (gpr_timespec t)