[][src]Function dendrite::axon_utils::wait_for_server

pub async fn wait_for_server(
    host: &str,
    port: u32,
    label: &str
) -> Result<AxonConnection>

Polls AxonServer until it is available and ready.