R/constant.R

Defines functions constant

## Used only internally
constant <- function(...) {
  ConstantFuture(...)
}
class(constant) <- c("constant", "uniprocess", "future", "function")
HenrikBengtsson/future documentation built on April 1, 2024, 3:19 a.m.