MultiprocessFuture-class: A multiprocess future is a future whose value will be...

MultiprocessFuture-classR Documentation

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

Description

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

Usage

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

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().

Value

MultiprocessFuture() returns an object of class MultiprocessFuture.


HenrikBengtsson/future documentation built on June 1, 2024, 6:46 a.m.