How do I get a "handle" to a provuce<T> if t...
# coroutines
t
How do I get a "handle" to a provuce<T> if the stuff I want to produce can't be done inside the {}? Or another way of asking : How do I create a one-way channel?
e
Channel()
+
launch