Learn R Programming

future (version 0.14.0)

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(value = NULL, ...)

Arguments

value
An R value.
...
Not used.

Value

  • An object of class ConstantFuture.