CallrFutureBackend: A callr future is a future whose value will be resolved via callr
Description
A callr future is a future whose value will be resolved via callr
Usage
CallrFutureBackend(workers = availableCores(), supervise = FALSE, ...)
Value
A CallrFutureBackend object
Arguments
- workers
(optional) The maximum number of workers the callr
backend may use at any time.
- supervise
(optional) Argument passed to callr::r_bg()
.
- ...
Additional arguments passed to future::FutureBackend()
.