Learn R Programming

future (version 1.1.1)

EagerFuture-class: An eager future is a future whose value will be resolved immediately

Description

An eager future is a future whose value will be resolved immediately

Usage

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

Arguments

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

Value

An object of class EagerFuture.

See Also

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