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

nativeMain.org.koin.mp.ThreadLocal.kt Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package org.koin.mp

import co.touchlab.stately.concurrency.Lock
import co.touchlab.stately.concurrency.ThreadLocalRef

actual open class Lockable {
    internal val lock = Lock()
}

actual typealias ThreadLocal = ThreadLocalRef




© 2015 - 2024 Weber Informatics LLC | Privacy Policy