General extensions for LINQ-like parallel async operations on arbitrary objects.
- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ParallelAsyncExtensions"]
class Type type-node
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
|