future (version 1.33.2)

MulticoreFuture-class: A multicore future is a future whose value will be resolved asynchronously in a parallel process

Description

A multicore future is a future whose value will be resolved asynchronously in a parallel process

Usage

MulticoreFuture(expr = NULL, substitute = TRUE, envir = parent.frame(), ...)

Value

MulticoreFuture() returns an object of class MulticoreFuture.

Arguments

expr

An R expression.

substitute

If TRUE, argument expr is substitute():ed, otherwise not.

envir

The environment from where global objects should be identified.

...

Additional named elements passed to Future().

Usage

To use 'multicore' futures, use plan(multicore, ...), cf. multicore.