FutureGlobals: A representation of a set of globals used with futures

Description Usage Arguments Details Value

View source: R/FutureGlobals-class.R

Description

A representation of a set of globals used with futures

Usage

1
FutureGlobals(object = list(), resolved = FALSE, total_size = NA_real_, ...)

Arguments

object

A named list.

resolved

A logical indicating whether these globals have been scanned for and resolved futures or not.

total_size

The total size of all globals, if known.

...

Not used.

Details

This class extends the Globals class by adding attributes resolved and total_size.

Value

An object of class FutureGlobals.


MINATILO/FUTURE documentation built on Dec. 17, 2021, 1:21 a.m.