<@U6P03BM0W> they are both started at about the sa...
# coroutines
b
@dave08 they are both started at about the same time so the listener is definitely listening while the sender is putting items in the channel. @dragas i shoudl use launch but they both effectively do the same thing in this case (i'm just ignoring the result). The listener and sender are both executing but the receiver is suspending and never resuming even though the channel is being sent values