#include <grpc_types.h>
Public Attributes | |
grpc_cq_completion_type | cq_completion_type |
grpc_cq_polling_type | cq_polling_type |
grpc_completion_queue_functor * | cq_shutdown_cb |
int | version |
Definition at line 791 of file grpc_types.h.
grpc_cq_completion_type grpc_completion_queue_attributes::cq_completion_type |
Set to GRPC_CQ_CURRENT_VERSION
Definition at line 796 of file grpc_types.h.
grpc_cq_polling_type grpc_completion_queue_attributes::cq_polling_type |
Definition at line 798 of file grpc_types.h.
grpc_completion_queue_functor* grpc_completion_queue_attributes::cq_shutdown_cb |
When creating a callbackable CQ, pass in a functor to get invoked when shutdown is complete
Definition at line 805 of file grpc_types.h.
int grpc_completion_queue_attributes::version |
The version number of this structure. More fields might be added to this structure in future.
Definition at line 794 of file grpc_types.h.