// Copyright Epic Games, Inc. All Rights Reserved.
usingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
usingSystem.Threading.Tasks.Dataflow;
namespaceEpicGames.Core
{
/// <summary>
/// Async equivalents for parallel methods
/// </summary>
publicstaticclassParallelTask
{
/// <summary>
/// Execute a large number of tasks in parallel over a collection. Parallel.ForEach() method isn't generally compatible with asynchronous programming, because any
/// Execute a large number of tasks in parallel over a collection. Parallel.ForEach() method isn't generally compatible with asynchronous programming, because any
/// Execute a large number of tasks in parallel over a collection. Parallel.ForEach() method isn't generally compatible with asynchronous programming, because any