UniprocessFuture(expr = NULL, envir = parent.frame(), substitute = FALSE, globals = TRUE, local = TRUE, lazy = FALSE, ...)
EagerFuture(expr = NULL, envir = parent.frame(), substitute = FALSE, globals = TRUE, local = TRUE, lazy = FALSE, ...)
LazyFuture(expr = NULL, envir = parent.frame(), substitute = FALSE, globals = TRUE, local = TRUE, lazy = FALSE, ...)
local
is TRUE).expr
is
substitute()
:ed, otherwise not.FALSE
(default), then the setup and validation of
global variables are done for eager evaluation, otherwise not.Future()
.UniprocessFuture
.
uniprocess()
.