FSharp.Control.TaskSeq
FSharp.Control.TaskSeq copied to clipboard
Adding TaskSeq.chunkBySize
I needed TaskSeq.chunkBySize so I took a stab 🗡️
Fixes #258
Inspired by AsyncSeq.bufferByCount and Seq.chunkBySize
I have tried to match the style and structure of the repo, but let me know if something should be moved around, or if this does not warrant the implementation in TaskSeqInternal.fs rather than straight in TaskSeq.fs