GRPC Core  18.0.0
Data Structures | Typedefs | Functions
pollset_custom.h File Reference
#include <grpc/support/port_platform.h>
#include "src/core/lib/iomgr/error.h"
#include <stddef.h>

Go to the source code of this file.

Data Structures

struct  grpc_custom_poller_vtable
 

Typedefs

typedef struct grpc_custom_poller_vtable grpc_custom_poller_vtable
 

Functions

void grpc_custom_pollset_init (grpc_custom_poller_vtable *vtable)
 

Typedef Documentation

◆ grpc_custom_poller_vtable

Function Documentation

◆ grpc_custom_pollset_init()

void grpc_custom_pollset_init ( grpc_custom_poller_vtable vtable)