You can also develop a reusable library for that (...
# coroutines
e
You can also develop a reusable library for that (like various “go broadcast” libraries out there). I don’t feel like we’ll have it in
kotlinx.coroutines
in the near future, because it feels like apps that need this pattern would be better off just using Rx, and we are not a “Go” language here. We don’t want you to abandon existing solutions if they are good at solving the problem you have.