simple_jobs_collect: Waits for completion of all simple-jobs.

Description Usage Arguments Value

View source: R/simple_jobs.R

Description

It is possible to specify a callback that is executed periodically while waiting for the jobs to finish. It receives single parameter: number of jobs that are still computing.

Usage

1
simple_jobs_collect(on_waiting = NULL, on_waiting_interval = 5)

Arguments

on_waiting

Information callback.

on_waiting_interval

Minimal interval between on_waiting calls.

Value

Task results as list, indexed by task name.


D-iii-S/d3srutils documentation built on March 3, 2021, 9:11 a.m.