
A multiprocess future is a future whose value will be resolved asynchronously in a parallel process
Source:R/backend_api-03.MultiprocessFutureBackend-class.R
MultiprocessFuture-class.Rd
A multiprocess future is a future whose value will be resolved asynchronously in a parallel process
Usage
MultiprocessFuture(expr = NULL, substitute = TRUE, envir = parent.frame(), ...)
Arguments
- expr
An R expression.
- substitute
If TRUE, argument
expr
issubstitute()
:ed, otherwise not.- envir
The environment from where global objects should be identified.
- ...
Additional named elements passed to
Future()
.