So, I'm trying to port your code and I've got a fe...
# coroutines
e
So, I'm trying to port your code and I've got a few questions. Why do you need three different subscribers? Why first two subscribers need to be
onNewThread
? You don't seem to be doing any blocking/expensive stuff at all... Moreover, there seems to be the code that modifies
coloredDots
,
currentTime
, and other mutable things from those new threads... Don't you run into data races?