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 creationUsage
ConstantFuture(value = NULL, ...)
Value
- An object of class
ConstantFuture
.