GRPC Core
10.0.0
|
#include <grpc_types.h>
Data Fields | |
int | version |
The version number of this structure. More... | |
grpc_cq_completion_type | cq_completion_type |
Set to GRPC_CQ_CURRENT_VERSION. More... | |
grpc_cq_polling_type | cq_polling_type |
grpc_experimental_completion_queue_functor * | cq_shutdown_cb |
When creating a callbackable CQ, pass in a functor to get invoked when shutdown is complete. More... | |
grpc_cq_completion_type grpc_completion_queue_attributes::cq_completion_type |
Set to GRPC_CQ_CURRENT_VERSION.
grpc_cq_polling_type grpc_completion_queue_attributes::cq_polling_type |
grpc_experimental_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.
int grpc_completion_queue_attributes::version |
The version number of this structure.
More fields might be added to this structure in future.