rx icon indicating copy to clipboard operation
rx copied to clipboard

MergeMap

Open karneges opened this issue 3 years ago • 0 comments

Hello, this is a beautiful implementation that is really similar to rxjs (that in my opinion brilliant Rx implementation). But I found one issue, your mergeMap operator doesn't support the concurrency parameter https://rxjs.dev/api/index/function/mergeMap. So how can we get high speed without concurrency ? if we only can produce one value at the same time

karneges avatar May 27 '22 09:05 karneges