dragas
08/31/2017, 10:59 AMactor
uses for (msg in channel)
while ActorScope.consumeEach
corresponds to ReceiveChannel.consumeEach
extension method, which uses for(msg in this)
? The latter seems to crash when called with exception Already resumed, but got exception java.util.concurrent.CancellationException: Job was cancelled
.