Icicle Icicle

Property Bounded

Namespace
Icicle
Assembly
Icicle.dll

Bounded

Flag indicates that the addition of tasks via Add<T>(Func<CancellationToken, ValueTask<T>>) and Add(Func<CancellationToken, ValueTask>) is bounded over the life of the call to Run(RunOptions?, CancellationToken). Set this to false if the addition of tasks is unbounded over the life of Run(RunOptions?, CancellationToken).

public bool Bounded { get; init; }

Property Value

bool
Edit this page
Created By Ben Mazzarol