Enum ParallelType
- Namespace
- DynamicData.PLinq
- Assembly
- DynamicData.dll
The type of parallelisation.
public enum ParallelType
- Extension Methods
Fields
None = 0
No parallelisation will take place.
Ordered = 2
Parallelisation will take place whilst preserving the enumerable order.
Parallelise = 1
Parallelisation will take place without preserving the enumerable order.