TDesu.FSharp.Tasks Namespace
Task and TaskResult combinators, TaskGroup (structured concurrency), parallelThrottle, fireAndForget.
| Type/Module | Description |
|
Task combinators — map, bind, zip, catch, and more for Task{T}. |
|
|
Structured concurrency: run multiple tasks, cancel all on first failure.
Similar to Go's |
|
|
|
|
|
Combinators for |
|
|
|
TDesu.FSharp