pub fn spawn_container_listing<F>(
ctx: OwnedSshContext,
cached_runtime: Option<ContainerRuntime>,
send: F,
)where
F: FnOnce(String, Result<(ContainerRuntime, Vec<ContainerInfo>), ContainerError>) + Send + 'static,Expand description
Spawn a background thread to fetch container listings.
Follows the spawn_remote_listing pattern.