pub unsafe extern "C" fn grpc_channel_check_connectivity_state(
channel: *mut grpc_channel,
try_to_connect: c_int
) -> grpc_connectivity_state
Expand description
Check the connectivity state of a channel.
pub unsafe extern "C" fn grpc_channel_check_connectivity_state(
channel: *mut grpc_channel,
try_to_connect: c_int
) -> grpc_connectivity_state
Check the connectivity state of a channel.