A Framework for Parallelizing Dependent Tasks
Bundle Delayed Objects
Generates Delayed Version of an Expression
Delayed class that manages dependencies and computes when necessary
Helper Function to Evaluate Delayed
Find error in delayed chain
Future Delayed Jobs
Evaluation of Delayed Objects
Graphical Representation of a Task Dependency Structure
Plot Method for Delayed Objects
Animated Representation a Task Dependency Structure
Scheduler class that orders compute tasks and dispatches tasks to work...
Sequential Delayed Jobs
Mechanisms to parallelize dependent tasks in a manner that optimizes the compute resources available. It provides access to "delayed" computations, which may be parallelized using futures. It is, to an extent, a facsimile of the 'Dask' library (<https://www.dask.org/>), for the 'Python' language.