General extensions for LINQ-like parallel async operations on arbitrary objects.
- Namespace
- Statiq
.Common - Base Types
-
- object
Syntax
public static class ParallelAsyncExtensions
Methods
| Name | Return Value | Summary |
|---|---|---|
| ParallelForEachAsync |
Task |
static
|
| ParallelSelectAsync |
Task |
Invokes an async selector in parallel.
static
|
| Parallel |
Task |
Invokes an async selector that returns multiple results in parallel.
static
|
| ParallelWhereAsync |
Task |
static
|