elizarov
02/01/2017, 8:35 PMswitchMap
is slightly exotic, though, because it requires either cancellation support or universal Go-style select. We'll have both. Cancellation is already there in kotlinx.coroutines (but not for rx) and select is work in progress (the proof of concept is there as an example to design docs).