Seq Module
Functions and values
| Function or value |
Description
|
Full Usage:
Seq.ofAsyncSeq source
Parameters:
AsyncSeq<'T>
Returns: 'T seq
Type parameters: 'T |
Converts asynchronous sequence to a synchronous blocking sequence. The elements of the asynchronous sequence are consumed lazily.
|
FSharp.Control.AsyncSeq