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

jvmMain.co.touchlab.stately.concurrency.ThreadRef.kt Maven / Gradle / Ivy

package co.touchlab.stately.concurrency

actual class ThreadRef actual constructor() {
    private val threadRef = Thread.currentThread().id

    actual fun same(): Boolean = threadRef == Thread.currentThread().id
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy