A representation of a set of globals used with futures
FutureGlobals(object = list(), resolved = FALSE, total_size = NA_real_, ...)
A named list.
A logical indicating whether these globals have been scanned for and resolved futures or not.
The total size of all globals, if known.
Not used.
An object of class FutureGlobals
.
This class extends the Globals class by add
attribute resolved
.