Join Slack
Powered by
<@U0MD6T132> In the code that you’ve shown you fir...
# coroutines
e
elizarov
06/21/2017, 11:51 AM
@alucard
In the code that you’ve shown you
first
consume all items that match
isNumber
, then consume all items that
isSampleMessage
. You should never do anything in the second
consumeEach
invocation — getting there would mean the channel is already closed.
Open in Slack
Previous
Next