sqlness_runner::util

Function check_port

Source
pub async fn check_port(ip_addr: SocketAddr, timeout: Duration) -> bool
Expand description

Spin-waiting a socket address is available, or timeout. Returns whether the addr is up.