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

commonMain.com.seiko.imageloader.util.Platform.kt Maven / Gradle / Ivy

There is a newer version: 1.9.0
Show newest version
package com.seiko.imageloader.util

import io.ktor.utils.io.ByteReadChannel
import okio.BufferedSource

expect class WeakReference(referred: T) {
    fun get(): T?
}

expect class LockObject()

expect inline fun  synchronized(lock: LockObject, block: () -> R): R

internal expect suspend fun ByteReadChannel.source(): BufferedSource




© 2015 - 2025 Weber Informatics LLC | Privacy Policy