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

jsMain.com.zegreatrob.react.dataloader.UseScope.kt Maven / Gradle / Ivy

There is a newer version: 5.6.6
Show newest version
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