CallrFutureBackend {future.callr}R Documentation

A callr future is a future whose value will be resolved via callr

Description

A callr future is a future whose value will be resolved via callr

Usage

CallrFutureBackend(workers = availableCores(), supervise = FALSE, ...)

Arguments

workers

(optional) The maximum number of workers the callr backend may use at any time.

supervise

(optional) Argument passed to callr::r_bg().

...

Additional arguments passed to future::FutureBackend().

Value

A CallrFutureBackend object


[Package future.callr version 0.10.1 Index]