Is there a particular reason to why documentation ...
# coroutines
d
Is there a particular reason to why documentation regarding
actor
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
.