Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

wait_for_ready

Function wait_for_ready 

Source
pub async fn wait_for_ready(
    ready_rx: Receiver<()>,
    address: &str,
) -> Result<(), SyncError>
Expand description

Waits for server ready signal and maps errors appropriately.