on another topic.. how is the general feeling towards Kotlin coroutines? Is it stable enough for production?
d
dave08
01/28/2018, 3:46 AM
We're switching to it from Rx when its too heavy for the job... a good
BroadcastChannel
would do the job in your case. But I recommend looking through the docs a few times at github kotlinx.coroutines... you'll find comprehnsive guides there.