commonMain.com.zegreatrob.testmints.async.MintScope.kt Maven / Gradle / Ivy
package com.zegreatrob.testmints.async
import kotlinx.coroutines.CoroutineName
import kotlinx.coroutines.GlobalScope
import kotlinx.coroutines.SupervisorJob
import kotlinx.coroutines.plus
internal fun mintScope() = GlobalScope + SupervisorJob() + CoroutineName("testMintAsync")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy