GRPC C++  1.26.0
Data Structures | Typedefs | Functions
timer_custom.h File Reference
#include <grpc/support/port_platform.h>
#include "src/core/lib/iomgr/timer.h"

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 *error)
 

Typedef Documentation

◆ grpc_custom_timer

◆ grpc_custom_timer_vtable

Function Documentation

◆ grpc_custom_timer_callback()

void grpc_custom_timer_callback ( grpc_custom_timer t,
grpc_error error 
)

◆ grpc_custom_timer_init()

void grpc_custom_timer_init ( grpc_custom_timer_vtable impl)