Function wait_for_exit

Source
pub async fn wait_for_exit(
    connected_exits: Arc<ConnectedExits>,
    token: CancellationToken,
    timeout: Duration,
) -> Result<TunnelInfo>