vitrox1
12/11/2017, 4:35 PMgildor
12/11/2017, 4:39 PMparallel useDepends on what you want to parallel
rx substitutionagain. depends what do you want to substitute in your code base. Coroutines provide very convenient sequential-like syntax without special operators like Rx, but it’s not one-by-one replacement, at least if you talk about kotlinx.coroutines library
colintheshots
12/11/2017, 5:27 PMvitrox1
12/11/2017, 6:13 PMkevindmoore
12/11/2017, 11:59 PMgildor
12/12/2017, 1:07 AMsomeone could develop Rx on top of coroutines if one wantedThere is a few experiments with proof of concept of this approach https://github.com/JakeWharton/Reagent