type of the elements
Adds the given environment to the current environment
the new environment to use
the new state that uses the given environment instead of the existing one
Adds a new operation to the chain
type of the elements after applying the given operation
the operation to add to the end of the operation lists
the new state that includes the chained operation
Schedules the parallel job onto the thread pool (if not already).
the new state that the parallel chain has after scheduling the job
Generated using TypeDoc
State of a parallel chain. Dependent of the state of the chain, the chaining of operation, changing of the environment or resolving the chain behaves differently.