Computation builder that allows creating of asynchronous sequences using the 'asyncSeq { ... }' syntax
Constructor | Description |
|
|
Instance member | Description |
|
|
|
|
|
|
|
Implements "for" loops for the asyncSeq computation builder. Asynchronous for loop - for all elements from the input sequence, generate all elements produced by the body (asynchronously). See also the AsyncSeq.collect function.
|
|
For loop that iterates over a synchronous sequence (and generates all elements generated by the asynchronous body)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|