GRPC Core
18.0.0
|
Go to the source code of this file.
Data Structures | |
struct | grpc_custom_timer |
struct | grpc_custom_timer_vtable |
Typedefs | |
typedef struct grpc_custom_timer | grpc_custom_timer |
typedef struct grpc_custom_timer_vtable | grpc_custom_timer_vtable |
Functions | |
void | grpc_custom_timer_init (grpc_custom_timer_vtable *impl) |
void | grpc_custom_timer_callback (grpc_custom_timer *t, grpc_error_handle error) |
typedef struct grpc_custom_timer grpc_custom_timer |
typedef struct grpc_custom_timer_vtable grpc_custom_timer_vtable |
void grpc_custom_timer_callback | ( | grpc_custom_timer * | t, |
grpc_error_handle | error | ||
) |
void grpc_custom_timer_init | ( | grpc_custom_timer_vtable * | impl | ) |