FSharp.Control.AsyncSeq


IAsyncEnumerable<'T> Type

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

Instance members

Instance member Description

this.GetEnumerator()

Full Usage: this.GetEnumerator()

Returns: IAsyncEnumerator<'T>
Modifiers: abstract
Returns: IAsyncEnumerator<'T>