javascript - Flatmap concurrency limit (like bacon.js)? -


i'm looking @ rxjs docs bacon's flatmapwithconcurrencylimit, don't see anything. idea if it's available in rx or not?

in rx.net there's merge operator accepts maximum concurrency parameter. essentially, semantics same selectmany (a.k.a., flatmap) concurrency limit.

it seems rx.js defines overload well: merge.


Comments

Popular posts from this blog

c# - Derived UserControl layout resets after build -

sql - Postgresql error: "failed to find conversion function from unknown to text" -

haskell - Using Monad/ST for non-concurrent message passing in a mutable graph -