read: I want a producer that can add values to an ...
# coroutines
g
read: I want a producer that can add values to an array channel, then
close()
the channel, then I pass around that channel and do some (slow) thinking on other business logic, then try to
receieve
from the (now closed) channel, where that channel still has all its values that were produced earlier.