Yaaf.FSharp.Helper


AsyncSeqExtensions

Defined in Yaaf.FSharp.Helper.dll.

Functions and values

Function or valueDescription
asyncSeq
Signature: AsyncSeqBuilder

Builds an asynchronou sequence using the computation builder syntax

Type extensions

Type extensionDescription
For(seq, action)
Signature: (seq:AsyncSeq<'T> * action:('T -> Async<unit>)) -> Async<unit>
Type parameters: 'T
Fork me on GitHub