Yaaf.FSharp.Helper


AsyncSeqInner<'T>

Defined in Yaaf.FSharp.Helper.dll.

The interanl type that represents a value returned as a result of evaluating a step of an asynchronous sequence

Union Cases

Union CaseDescription
Cons('T,AsyncSeq<'T>)
Signature: 'T * AsyncSeq<'T>
Nil
Signature:
Fork me on GitHub