jvmMain.com.strumenta.kotlinmultiplatform.sync.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of antlr-kotlin-runtime-jvm Show documentation
Show all versions of antlr-kotlin-runtime-jvm Show documentation
Kotlin multiplatform port of ANTLR
package com.strumenta.kotlinmultiplatform
actual inline fun synchronized(lock: Any, block: () -> R): R =
kotlin.synchronized(lock, block)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy