A representation of a set of globals used with futures
FutureGlobals(object = list(), resolved = FALSE, total_size = NA_real_, ...)
An object of class FutureGlobals
.
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.
This class extends the Globals class by adding
attributes resolved
and total_size
.