FSharp.Control Namespace
| Type/Module | Description |
|
|
|
|
An asynchronous sequence; equivalent to System.Collections.Generic.IAsyncEnumerable<'T>. Use the asyncSeq { ... } computation expression to create values, and the AsyncSeq module for combinators. |
|
|
An automatically-opened module that contains the `asyncSeq` builder and an extension method |
|
|
Operations on async sequence sources. |
|
|
An async sequence source produces async sequences. |
|
|
|
FSharp.Control.AsyncSeq