Skip to main content

collect_results

Function collect_results 

Source
async fn collect_results(
    join_set: JoinSet<Result<Vec<ArtifactPath>>>,
    on_done: impl FnOnce(bool),
) -> Result<(Vec<ArtifactPath>, Vec<ArtifactPath>)>
Expand description

Collect finished JoinSet tasks and split results into dist / doc artifacts.