See: Description
| Class | Description |
|---|---|
| Parallel |
Provides data parallel methods for common operations such as for loops
and the execution of a set of statements.
|
| ParallelLoopState |
Enables iterations of Parallel loops to interact with other iterations.
|
| Partitioner32 |
Provides common partitioning strategies for ranges in a thread safe mode.
|
| Partitioner64 |
Provides common partitioning strategies for ranges in a thread safe mode.
|
| Task32 |
Represents an asynchronous operation that executes a function object
in a for loop that runs in its own thread.
|
| Task64 |
Represents an asynchronous operation that executes a function object
in a for loop that runs in its own thread.
|
Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.