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

jvmMain.com.strumenta.kotlinmultiplatform.sync.kt Maven / Gradle / Ivy

There is a newer version: 0.0.18
Show newest version
package com.strumenta.kotlinmultiplatform

actual inline fun  synchronized(lock: Any, block: () -> R): R =
        kotlin.synchronized(lock, block)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy