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).