Can anyone explain why an `actor` can’t be automat...
# coroutines
z
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