Skip to content

fsprojects/FSharp.Control.TaskSeq

Repository files navigation

FSharp.Control.TaskSeq

An implementation of IAsyncEnumerable<'T> as a computation expression: taskSeq { ... } with an accompanying TaskSeq module and functions, that allow seamless use of asynchronous sequences similar to F#'s native seq and task CE's.

Documentation

See https://fsprojects.github.io/FSharp.Control.TaskSeq/