parallax v1.0.0 API Reference

Modules

Simple module for orchestrating parallel tasks

Representation of a parallelized set of operations, each of which ought to be named

Protocol for handling execution of batch operations, sequences of batch operations, etc

Repesents a graph of parallizable operations. Parallax.Executable will topsort it from root, and parallize where possible

Handles executing a function against an enumerable with defined concurrency limits

Parallel result return type

Representation of a sequence of tasks, each of which could contain a set of parallel tasks