Provides helper methods for parallelizing
loops
Declaration Syntax
C# |
public static class Parallel
Members
All Members | Methods | ||||
|
|
|
Icon | Member | Description |
---|---|---|
For(Int32, Int32, Action < (Of < <' ( Int32 > ) > > ) ) |
Executes a for loop in which iterations may
run in parallel
|
|
For(Int32, Int32, Int32, Action < (Of < <' ( Int32 > ) > > ) ) |
Executes a for loop in which iterations may
run in parallel
|
|
ForEach < (Of < <' ( T > ) > > ) (IEnumerable < (Of < <' ( T > ) > > ) , Action < (Of < <' ( T > ) > > ) ) |
Executes a foreach loop in which iterations
may run in parallel
|
|
ForEach < (Of < <' ( T > ) > > ) (Int32, IEnumerable < (Of < <' ( T > ) > > ) , Action < (Of < <' ( T > ) > > ) ) |
Executes a foreach loop in which iterations
may run in parallel
|
|
Invoke( array< Action > [] () [] [] ) |
Executes a series of tasks in parallel
|
|
Invoke(Int32, array< Action > [] () [] [] ) |
Executes a series of tasks in parallel
|
Inheritance Hierarchy
Object | |
Parallel |
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)