Method OnRun
- Namespace
- Icicle
- Assembly
- Icicle.dll
OnRun(IEnumerable<ValueTask>, RunOptions, CancellationToken)
Called when a Run(RunOptions?, CancellationToken) is requested on the TaskScope
protected override ValueTask OnRun(IEnumerable<ValueTask> tasks, TaskScope.RunOptions options, CancellationToken token)
Parameters
tasks
IEnumerable<ValueTask>lazy ValueTasks to execute
options
TaskScope.RunOptionsrun options currently applied
token
CancellationTokencancellation token