Table of Contents

Class TaskScope.WhenAll

Namespace
Icicle
Assembly
Icicle.dll

An implementation of a TaskScope that runs all child tasks in parallel with optional windowing based on a provided windowSize

public sealed class TaskScope.WhenAll : TaskScope, IDisposable
Inheritance
TaskScope.WhenAll
Implements
Inherited Members

Constructors

WhenAll(int?)

Constructs a new TaskScope.WhenAll

Methods

OnRun(IEnumerable<ValueTask>, RunOptions, CancellationToken)

Called when a Run(RunOptions?, CancellationToken) is requested on the TaskScope