R/constant.R

Defines functions constant

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