I didn’t read the whole thread but isn’t `.flatMap...
# rx
a
I didn’t read the whole thread but isn’t
.flatMap(::someFunction, false, 5)
what you want?
u
I havent tested the ordering with the maxConcurrency but, it wont work because I can call the function multiple times, and since its cold, that would make it 5 per call, i.e. the limit wont be shared