I want an `ArrayChannel` that I can call close on,...
# coroutines
g
I want an
ArrayChannel
that I can call close on, but
recieve
values from indefinately. does such a thing in exist? The more I think about it the more I think this should be the default behaviour of
close()
... am I missing something obvious?