FSharp.Control.TaskSeq

March 14, 2026 ยท View on GitHub

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/