FSharp.Control.AsyncSeq


Seq Module

Functions and values

Function or value Description

Seq.ofAsyncSeq source

Full Usage: Seq.ofAsyncSeq source

Parameters:
Returns: seq<'T>

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

source : AsyncSeq<'T>
Returns: seq<'T>