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

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -