FSharp.Control.AsyncSeq


AsyncSeqExtensions Module

An automatically-opened module that contains the `asyncSeq` builder and an extension method

Functions and values

Function or value Description

asyncSeq

Full Usage: asyncSeq

Returns: AsyncSeqBuilder

Builds an asynchronous sequence using the computation builder syntax

Returns: AsyncSeqBuilder

Type extensions

Type extension Description

this.For(seq, action)

Full Usage: this.For(seq, action)

Parameters:
Returns: Async<unit>

Extended Type: AsyncBuilder

seq : AsyncSeq<'T>
action : 'T -> Async<unit>
Returns: Async<unit>