Overload List

  NameDescription
Public methodStatic memberParallelForEach<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), Action<(Of <<'(T>)>>))
Performs the given Action parallel for each element in the enumerable.
Public methodStatic memberParallelForEach<(Of <<'(TResult, T>)>>)(IEnumerable<(Of <<'(T>)>>), Func<(Of <<'(T, TResult>)>>))
Performs the given Func parallel for each element in the enumerable.
Public methodStatic memberParallelForEach<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), Action<(Of <<'(T>)>>), TaskDistributor)
Performs the given Action parallel for each element in the enumerable.
Public methodStatic memberParallelForEach<(Of <<'(TResult, T>)>>)(IEnumerable<(Of <<'(T>)>>), Func<(Of <<'(T, TResult>)>>), TaskDistributor)
Performs the given Func parallel for each element in the enumerable.

See Also