Learn R Programming

future (version 1.0.1)

ConstantFuture-class: A future with a constant value

Description

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

Usage

ConstantFuture(expr = NULL, envir = emptyenv(), substitute = FALSE, local = FALSE, gc = FALSE, ...)

Arguments

expr
An R value.
...
Not used.

Value

An object of class ConstantFuture.