CallrFutureBackend {future.callr} | R Documentation |
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, ...)
Arguments
workers |
(optional) The maximum number of workers the callr backend may use at any time. |
supervise |
(optional) Argument passed to |
... |
Additional arguments passed to |
Value
A CallrFutureBackend object
[Package future.callr version 0.10.1 Index]