CallrFutureBackend: A callr future is a future whose value will be resolved via...

View source: R/CallrFutureBackend-class.R

CallrFutureBackendR 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


future.callr documentation built on June 8, 2025, 1:24 p.m.