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

nativeMain.app.cash.sqldelight.internal.CurrentThreadId.kt Maven / Gradle / Ivy

The newest version!
package app.cash.sqldelight.internal

import kotlin.native.concurrent.Worker

actual fun currentThreadId(): Long = Worker.current.id.toLong()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy