parallel
parallel
#
cg.procedure_set() — collect a block into a ProcedureSet.
The block's leftover roots run concurrently; a set has no defined order. A path cached inside the block stays assigned and readable for the rest of the procedure.
SetContext
#
Bases: ProcedureContext
Reduce a block's roots to a ProcedureSet (concurrent execution).
Source code in capturegraph-lib/capturegraph/procedures/procedure/authoring/contexts/parallel.py
procedure_set()
#
Run the with block's steps concurrently, as one enclosing-context step.