R/parallel.R
with_parallel.Rd
Execute code within a parallelization scope, automatically cleaning up.
with_parallel(expr, workers = NULL, plan = "multisession")
Expression to evaluate
Number of workers
Parallelization plan
Result of expression