mz_cluster::communication

Function await_connection

Source
async fn await_connection(
    listener: &Listener,
    my_index: u64,
    my_epoch: ClusterStartupEpoch,
) -> Result<(Stream, u64), Error>