Learn R Programming

future (version 1.1.1)

LazyFuture-class: A lazy future is a future whose value will be resolved at the time when it is requested

Description

A lazy future is a future whose value will be resolved at the time when it is requested

Usage

LazyFuture(expr = NULL, envir = parent.frame(), substitute = FALSE, globals = TRUE, local = TRUE, ...)

Arguments

...
Additional named elements passed to Future().

Value

An object of class LazyFuture.

See Also

To evaluate an expression using "lazy future", see function lazy().