Parallel Template Library
PTL™ 4.0
- java.lang.Object
-
- Progeneric.Ptl.Tasks.ParallelLoopState
-
public class ParallelLoopState
extends java.lang.Object
Enables iterations of Parallel loops to interact with other iterations.
An instance of this class is provided by the Parallel class to each loop.
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
boolean |
IsStopped()
Determines whether any iteration of the loop has called Stop.
|
void |
Stop()
Communicates that the Parallel loop should cease execution at
the system's earliest convenience.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Parallel Template Library
PTL™ 4.0
Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.