IcedTasks.ParallelAsync Namespace
| Type/Module | Description |
|
Async computation expression which allows for parallel execution of asyncs with the applicative (and!) syntax. This uses FSharpAsync.StartChild to start async computations in parallel. |
|
|
Async computation expression which allows for parallel execution of asyncs with the applicative (and!) syntax. This this FSharpAsync.StartImmediateAsTask to start async computations in parallel. |
|
IcedTasks