FSharp.Control.AsyncSeq
FSharp.Control.AsyncSeq copied to clipboard
making AsyncSeq.mergeAll to accept array maybe
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