you’ll need to write an actor that manages a list ...
# coroutines
e
you’ll need to write an actor that manages a list of subscribers (separate channel for each subscriber) and sends to each one. Or just use Rx if you really need it, because Rx was specifically designed to address that need.