pub unsafe extern "C" fn grpc_completion_queue_destroy(
cq: *mut grpc_completion_queue,
)
Expand description
Destroy a completion queue. The caller must ensure that the queue is drained and no threads are executing grpc_completion_queue_next
pub unsafe extern "C" fn grpc_completion_queue_destroy(
cq: *mut grpc_completion_queue,
)
Destroy a completion queue. The caller must ensure that the queue is drained and no threads are executing grpc_completion_queue_next