R/constant.R

Defines functions constant

## Used only internally
constant <- function(...) {
  ConstantFuture(...)
}
class(constant) <- c("constant", "uniprocess", "future", "function")
MINATILO/FUTURE documentation built on Dec. 17, 2021, 1:21 a.m.