GRPC C++  1.62.0
Data Fields
grpc_completion_queue_attributes Struct Reference

#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_completion_queue_functorcq_shutdown_cb
 When creating a callbackable CQ, pass in a functor to get invoked when shutdown is complete. More...
 

Field Documentation

◆ cq_completion_type

grpc_cq_completion_type grpc_completion_queue_attributes::cq_completion_type

Set to GRPC_CQ_CURRENT_VERSION.

◆ cq_polling_type

grpc_cq_polling_type grpc_completion_queue_attributes::cq_polling_type

◆ cq_shutdown_cb

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.

◆ version

int grpc_completion_queue_attributes::version

The version number of this structure.

More fields might be added to this structure in future.


The documentation for this struct was generated from the following file: