FSharp.Control.AsyncSeq


FSharp.Control Namespace

Type/Module Description

AsyncSeq

AsyncSeq<'T>

An asynchronous sequence represents a delayed computation that can be started to give an enumerator for pulling results asynchronously

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.

IAsyncEnumerable<'T>

An asynchronous sequence represents a delayed computation that can be started to give an enumerator for pulling results asynchronously

IAsyncEnumerator<'T>

An enumerator for pulling results asynchronously

Seq