GRPC C++
1.26.0
|
#include <timer.h>
Data Fields | |
grpc_millis | deadline |
uint32_t | heap_index |
bool | pending |
struct grpc_timer * | next |
struct grpc_timer * | prev |
grpc_closure * | closure |
struct grpc_timer * | hash_table_next |
void * | custom_timer |
grpc_closure* grpc_timer::closure |
void* grpc_timer::custom_timer |
grpc_millis grpc_timer::deadline |
struct grpc_timer* grpc_timer::hash_table_next |
uint32_t grpc_timer::heap_index |
struct grpc_timer* grpc_timer::next |
bool grpc_timer::pending |
struct grpc_timer* grpc_timer::prev |