struct grpc_completion_queue_functor
Defined at line 444 of file ../../third_party/grpc-migrating/src/include/grpc/impl/grpc_types.h
Specifies an interface class to be used as a tag for callback-based
completion queues. This can be used directly, as the first element of a
struct in C, or as a base class in C++. Its "run" value should be assigned to
some non-member function, such as a static method.
Public Members
void (*)(struct grpc_completion_queue_functor *, int) functor_run
int inlineable
int internal_success
struct grpc_completion_queue_functor * internal_next