Yaaf.FSharp.Helper


AsyncSeq<'T>

Defined in Yaaf.FSharp.Helper.dll.

An asynchronous sequence represents a delayed computation that can be started to produce either Cons value consisting of the next element of the sequence (head) together with the next asynchronous sequence (tail) or a special value representing the end of the sequence (Nil)

Fork me on GitHub