Join Slack
Powered by
Can anyone explain why an `actor` can’t be automat...
# coroutines
z
zak.taccardi
05/08/2020, 5:26 PM
Can anyone explain why an
actor
can’t be automatically cancelled with
runBlockingTest { .. }
via the
TestCoroutineScope
being completed normally at the end of the
{ .. }
?
https://github.com/Kotlin/kotlinx.coroutines/issues/1531
Open in Slack
Previous
Next