groostav
06/16/2017, 5:59 PMreactive.Subscription
type is much easier to manage WRT which thread your on than coroutines.Job
.
2. some of the parallel operators on subscriptions are just stupid, which is where coroutines likely come in.
I think your going to find that any kind of complex analysis on some data structures with RX is going to turn into a collage of functional operators, which many programmers, myself included, would probably better understand if it were written more imperitively with coroutines, but that really depends on the nature of the workload