How would y’all expose subscribing to a BroadcastC...
# coroutines
s
How would y’all expose subscribing to a BroadcastChannel without allowing external code to submit to it?
z
Expose it as a
Flow
with
broadcastChannel.asFlow()
.