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

commonMain.com.squareup.sqldelight.internal.Functions.kt Maven / Gradle / Ivy

There is a newer version: 1.5.5
Show newest version
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