 | SpawnSequencesHandler Delegate |
Represents a method called directly after sequences have been spawned (split off) from their parent thread.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic delegate void SpawnSequencesHandler(
SequenceParallel parallel,
ParallelExecutionBegin[] parallelExecutionBegins
)
Parameters
- parallel SequenceParallel
- The sequence to be executed in parallel (the overall sequence object comprising the single sequences).
- parallelExecutionBegins ParallelExecutionBegin
- The sequences together with their graph processing environment spawned/split off.
See Also