Skip to contents

Launches the parallel jobs, manages daemon setup (mirai::daemons), initiates background jobs, provides a console spinner for progress, and optionally waits for results. Cleans up daemons after execution.

Usage

run_jobs(job, wait_for_results, ...)

Arguments

job

A bakerrr S7 job object.

wait_for_results

Logical; whether to block and wait for completion (default: TRUE).

...

Not used. For future expansion.

Value

The updated bakerrr job object, invisibly.