All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.zegreatrob.testmints.async.MintScope.kt Maven / Gradle / Ivy

There is a newer version: 12.1.70
Show newest version
package com.zegreatrob.testmints.async

import kotlinx.coroutines.*

@DelicateCoroutinesApi
internal fun mintScope() = GlobalScope + SupervisorJob() + CoroutineName("testMintAsync")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy