UniprocessFuture(expr = NULL, envir = parent.frame(), substitute = FALSE,
globals = TRUE, lazy = FALSE, local = TRUE, ...)SequentialFuture(expr = NULL, envir = parent.frame(), substitute = FALSE,
lazy = FALSE, globals = TRUE, local = TRUE, ...)
EagerFuture(expr = NULL, envir = parent.frame(), substitute = FALSE,
lazy = FALSE, globals = TRUE, local = TRUE, ...)
LazyFuture(expr = NULL, envir = parent.frame(), substitute = FALSE,
lazy = TRUE, globals = TRUE, local = TRUE, ...)
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().