편집

다음을 통해 공유


ParallelHelper Class

Definition

Helpers to work with parallel code in a highly optimized manner.

public static class ParallelHelper
type ParallelHelper = class
Public Class ParallelHelper
Inheritance
ParallelHelper

Methods

For<TAction>(Int32, Int32)

Executes a specified action in an optimized parallel loop.

For<TAction>(Int32, Int32, Int32)

Executes a specified action in an optimized parallel loop.

For<TAction>(Int32, Int32, TAction)

Executes a specified action in an optimized parallel loop.

For<TAction>(Int32, Int32, TAction, Int32)

Executes a specified action in an optimized parallel loop.

For<TAction>(Range)

Executes a specified action in an optimized parallel loop.

For<TAction>(Range, Int32)

Executes a specified action in an optimized parallel loop.

For<TAction>(Range, TAction)

Executes a specified action in an optimized parallel loop.

For<TAction>(Range, TAction, Int32)

Executes a specified action in an optimized parallel loop.

For2D<TAction>(Int32, Int32, Int32, Int32)

Executes a specified action in an optimized parallel loop.

For2D<TAction>(Int32, Int32, Int32, Int32, Int32)

Executes a specified action in an optimized parallel loop.

For2D<TAction>(Int32, Int32, Int32, Int32, TAction)

Executes a specified action in an optimized parallel loop.

For2D<TAction>(Int32, Int32, Int32, Int32, TAction, Int32)

Executes a specified action in an optimized parallel loop.

For2D<TAction>(Range, Range)

Executes a specified action in an optimized parallel loop.

For2D<TAction>(Range, Range, Int32)

Executes a specified action in an optimized parallel loop.

For2D<TAction>(Range, Range, TAction)

Executes a specified action in an optimized parallel loop.

For2D<TAction>(Range, Range, TAction, Int32)

Executes a specified action in an optimized parallel loop.

For2D<TAction>(Rectangle)

Executes a specified action in an optimized parallel loop.

For2D<TAction>(Rectangle, Int32)

Executes a specified action in an optimized parallel loop.

For2D<TAction>(Rectangle, TAction)

Executes a specified action in an optimized parallel loop.

For2D<TAction>(Rectangle, TAction, Int32)

Executes a specified action in an optimized parallel loop.

ForEach<TItem,TAction>(Memory<TItem>)

Executes a specified action in an optimized parallel loop over the input data.

ForEach<TItem,TAction>(Memory<TItem>, Int32)

Executes a specified action in an optimized parallel loop over the input data.

ForEach<TItem,TAction>(Memory<TItem>, TAction)

Executes a specified action in an optimized parallel loop over the input data.

ForEach<TItem,TAction>(Memory<TItem>, TAction, Int32)

Executes a specified action in an optimized parallel loop over the input data.

ForEach<TItem,TAction>(Memory2D<TItem>)

Executes a specified action in an optimized parallel loop over the input data.

ForEach<TItem,TAction>(Memory2D<TItem>, Int32)

Executes a specified action in an optimized parallel loop over the input data.

ForEach<TItem,TAction>(Memory2D<TItem>, TAction)

Executes a specified action in an optimized parallel loop over the input data.

ForEach<TItem,TAction>(Memory2D<TItem>, TAction, Int32)

Executes a specified action in an optimized parallel loop over the input data.

ForEach<TItem,TAction>(ReadOnlyMemory<TItem>)

Executes a specified action in an optimized parallel loop over the input data.

ForEach<TItem,TAction>(ReadOnlyMemory<TItem>, Int32)

Executes a specified action in an optimized parallel loop over the input data.

ForEach<TItem,TAction>(ReadOnlyMemory<TItem>, TAction)

Executes a specified action in an optimized parallel loop over the input data.

ForEach<TItem,TAction>(ReadOnlyMemory<TItem>, TAction, Int32)

Executes a specified action in an optimized parallel loop over the input data.

ForEach<TItem,TAction>(ReadOnlyMemory2D<TItem>)

Executes a specified action in an optimized parallel loop over the input data.

ForEach<TItem,TAction>(ReadOnlyMemory2D<TItem>, Int32)

Executes a specified action in an optimized parallel loop over the input data.

ForEach<TItem,TAction>(ReadOnlyMemory2D<TItem>, TAction)

Executes a specified action in an optimized parallel loop over the input data.

ForEach<TItem,TAction>(ReadOnlyMemory2D<TItem>, TAction, Int32)

Executes a specified action in an optimized parallel loop over the input data.

Applies to