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.


future documentation built on April 12, 2025, 1:25 a.m.