Join Slack
Powered by
You should do `intentChannel.consume { ... }` or `...
# coroutines
e
elizarov
03/15/2018, 1:39 PM
You should do
intentChannel.consume { ... }
or
.consumeEach { ... }
, otherwise it will not get cancelled.
2
Views
Open in Slack
Previous
Next