Skip to main content

ping_all_configured

Function ping_all_configured 

Source
pub async fn ping_all_configured(
    client: &Client,
    overrides: &BTreeMap<String, String>,
    tx: UnboundedSender<(String, PingStatus, u64)>,
)
Expand description

Ping every model of every configured provider in parallel. Results are sent through tx as they arrive (not batched).