Skip to main content

spawn_package

Function spawn_package 

Source
async fn spawn_package(
    log_dir: &Path,
    cache_root: &Path,
    instances_dir: &Path,
    component: &str,
    entry: &PackageEntry,
    manifest_dir: &Path,
) -> Result<Spawned>