ConstantFuture-class: A future with a constant value

Description Usage Arguments Value

Description

A constant future is a future whose expression is a constant and therefore by definition is already resolved upon creation.

Usage

1
ConstantFuture(..., globals = TRUE, envir = emptyenv())

Arguments

...

Additional named elements of the future.

globals

(optional) a logical, a character vector, or a named list to control how globals are handled. For details, see section 'Globals used by future expressions' in the help for future().

envir

The environment from where global objects should be identified.

Value

An object of class ConstantFuture.


MINATILO/FUTURE documentation built on Dec. 17, 2021, 1:21 a.m.