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

making AsyncSeq.mergeAll to accept array maybe

Open Xyncgas opened this issue 2 years ago • 0 comments

AsyncSeq.mergeAll is taking list, how about allow it to take an array so it takes what Async.Parallel returns without creating a list Or should it accept seq<'T> instead

Xyncgas avatar Oct 24 '23 02:10 Xyncgas