taskSeq<'T> Type
Represents a task sequence and is the output of using the taskSeq{...} computation expression from this library. It is an alias for IAsyncEnumerable<_>. The type taskSeq<_> is deprecated since version 0.4.0, please use TaskSeq<_> in its stead. See TaskSeq<_>.
FSharp.Control.TaskSeq