Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ConstantFuture-class

A future with a constant value


Description

A constant future is a future whose expression is a constant and therefore by definition is already resolved upon creation.

Usage

ConstantFuture(..., globals = TRUE, envir = emptyenv())

Arguments

...

Additional named elements of the future.

globals

(optional) a logical, a character vector, or a named list to control how globals are handled. For details, see section 'Globals used by future expressions' in the help for future().

envir

The environment from where global objects should be identified.

Value

An object of class ConstantFuture.


future

Unified Parallel and Distributed Processing in R for Everyone

v1.21.0
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.