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, ...)
Value
An object of class ConstantFuture
.