Skip to main content

run_with_bars

Function run_with_bars 

Source
async fn run_with_bars(
    builders: &[BuilderEntry],
    version: &str,
    completion_txs: HashMap<String, Sender<Option<bool>>>,
    completion_rxs: HashMap<String, Receiver<Option<bool>>>,
    total: usize,
) -> Result<(Vec<ArtifactPath>, Vec<ArtifactPath>)>