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-metadata Show documentation
Show all versions of runtime-metadata Show documentation
Multiplatform runtime library to support generated code
package com.squareup.sqldelight.internal
import com.squareup.sqldelight.Query
internal typealias Supplier = () -> T
expect fun copyOnWriteList(): MutableList>
internal expect fun threadLocalRef(value: T): Supplier
internal expect class QueryLock()
internal expect inline fun QueryLock.withLock(block: () -> T): T
internal expect fun sharedSet(): MutableSet
internal expect fun sharedMap(): MutableMap
© 2015 - 2025 Weber Informatics LLC | Privacy Policy