elizarov
12/20/2016, 10:39 AMfor
in Kotlin does), but if I really need to run concurrent processing for each value, then I'd explicitly express it with something like for (v in observable) go { doSomethingWith(v) }
where go{...}
is some kind of coroutine builder that runs a separate coroutine (in a potentially multi-threaded pool)