Is there any possibility to launch coroutine as a ...
# coroutines
p
Is there any possibility to launch coroutine as a daemon? So that if all non daemon coroutines finish in coroutine scope then all daemon coroutines will be cancelled.
For everything else, no specific solution yet: see https://github.com/Kotlin/kotlinx.coroutines/issues/1065
p
Thanks for quick reply!