jsMain.com.zegreatrob.react.dataloader.UseScope.kt Maven / Gradle / Ivy
package com.zegreatrob.react.dataloader
import kotlinx.coroutines.*
import react.*
fun useScope(coroutineName: String): CoroutineScope {
val (scope) = useState { MainScope() + CoroutineName(coroutineName) }
useEffectOnce { cleanup { scope.cancel() } }
return scope
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy