Header menu logo FSharp.Control.AsyncSeq

FSharp.Control Namespace

Type/Module Description

AsyncSeq

AsyncSeq<'T>

An asynchronous sequence; equivalent to System.Collections.Generic.IAsyncEnumerable<'T>. Use the asyncSeq { ... } computation expression to create values, and the AsyncSeq module for combinators.

AsyncSeqExtensions

An automatically-opened module that contains the `asyncSeq` builder and an extension method

AsyncSeqSrc

Operations on async sequence sources.

AsyncSeqSrc<'T>

An async sequence source produces async sequences.

Seq

Type something to start searching.