Click or drag to resize

JoinSequencesHandler Delegate

Represents a method called directly after sequences have joined (again) their parent thread.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public delegate void JoinSequencesHandler(
	SequenceParallel parallel,
	ParallelExecutionBegin[] parallelExecutionBegins
)

Parameters

parallel
Type: de.unika.ipd.grGen.libGrSequenceParallel
The sequence that was executed in parallel (the overall sequence object comprising the single sequences).
parallelExecutionBegins
Type: de.unika.ipd.grGen.libGrParallelExecutionBegin
The sequences together with their graph processing environment that joined (again).
See Also