fsprojects / FSharp.Control.TaskSeq

A computation expression and module for seamless working with IAsyncEnumerable<'T> as if it is just another sequence
MIT License
91 stars 7 forks source link

Taskex stuff #239

Open abelbraaksma opened 5 months ago

abelbraaksma commented 5 months ago

Not ready yet, but I've experimented with these && and || overloads in our while blocks, and it makes the while! a LOT easier to use, and simplifies the code tenfold.

In other words, worth pursuing, but not ready for primetime yet.