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