AN
Size: a a a
AN
MR
MR
AN
MR
private val parentScope = CoroutineScope(SupervisorJob() + Dispatchers.Default)
private val scope = CoroutineScope(parentScope.coroutineContext + SupervisorJob())
private val scope2 = CoroutineScope(SupervisorJob()+ parentScope.coroutineContext)
AN
private val parentScope = CoroutineScope(SupervisorJob() + Dispatchers.Default)
private val scope = CoroutineScope(parentScope.coroutineContext + SupervisorJob())
private val scope2 = CoroutineScope(SupervisorJob()+ parentScope.coroutineContext)
MR
AN
AN
MR
MR
AN
MR
AN
AN
MR
AN
MR
E/EventThread: Task threw exception
kotlinx.coroutines.JobCancellationException: StandaloneCoroutine was cancelled; job=StandaloneCoroutine{Cancelled}@5f87fa1
VP
E/EventThread: Task threw exception
kotlinx.coroutines.JobCancellationException: StandaloneCoroutine was cancelled; job=StandaloneCoroutine{Cancelled}@5f87fa1
coroutineScope {
cancel()
}