I need a `Channel<T>` that supports consumin...
# coroutines
z
I need a
Channel<T>
that supports consuming items from it, but one that can be unsubscribed from and remain open. Is this possible? https://stackoverflow.com/questions/50768585/consumable-channel
l
@zak.taccardi You have two anwsers!