UniprocessFuture-class: An uniprocess future is a future whose value will be resolved...

UniprocessFuture-classR Documentation

An uniprocess future is a future whose value will be resolved synchronously in the current process

Description

An 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 expr is substitute():ed, otherwise not.

envir

The environment from where global objects should be identified.

...

Additional named elements passed to Future().

Value

UniprocessFuture() returns an object of class UniprocessFuture.


HenrikBengtsson/future documentation built on June 8, 2025, 10:58 p.m.