
An uniprocess future is a future whose value will be resolved synchronously in the current process
Source:R/backend_api-UniprocessFuture-class.R
UniprocessFuture-class.RdAn uniprocess future is a future whose value will be resolved synchronously in the current process
Usage
UniprocessFuture(expr = NULL, substitute = TRUE, envir = parent.frame(), ...)Arguments
- expr
An R expression.
- substitute
If TRUE, argument
exprissubstitute():ed, otherwise not.- envir
The environment from where global objects should be identified.
- ...
Additional named elements passed to
Future().