19 #ifndef GRPC_CORE_LIB_IOMGR_POLLSET_CUSTOM_H
20 #define GRPC_CORE_LIB_IOMGR_POLLSET_CUSTOM_H
28 void (*
poll)(
size_t timeout_ms);
void grpc_custom_pollset_init(grpc_custom_poller_vtable *vtable)
struct grpc_custom_poller_vtable grpc_custom_poller_vtable
Definition: pollset_custom.h:26
void(* init)()
Definition: pollset_custom.h:27
void(* shutdown)()
Definition: pollset_custom.h:30
void(* kick)()
Definition: pollset_custom.h:29
void(* poll)(size_t timeout_ms)
Definition: pollset_custom.h:28