commonMain.com.squareup.sqldelight.internal.Functions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of runtime-jvm Show documentation
Show all versions of runtime-jvm Show documentation
Multiplatform runtime library to support generated code
package com.squareup.sqldelight.internal
import com.squareup.sqldelight.Query
expect fun copyOnWriteList(): MutableList>
internal expect fun copyOnWriteList(): MutableList
internal expect class QueryLock()
internal expect inline fun QueryLock.withLock(block: () -> T): T
internal expect fun currentThreadId(): Long
© 2015 - 2025 Weber Informatics LLC | Privacy Policy