Yaaf.FSharp.Helper


Seq

Defined in Yaaf.FSharp.Helper.dll.

Functions and values

Function or valueDescription
ofAsyncSeq input
Signature: input:AsyncSeq<'T> -> seq<'T>
Type parameters: 'T

Converts asynchronous sequence to a synchronous blocking sequence. The elements of the asynchronous sequence are consumed lazily.

Fork me on GitHub