FSharp.Control.TaskSeq icon indicating copy to clipboard operation
FSharp.Control.TaskSeq copied to clipboard

Adding TaskSeq.chunkBySize

Open gfix opened this issue 7 months ago • 2 comments

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

gfix avatar Jun 17 '25 08:06 gfix