javaMain.com.arkivanov.mvikotlin.rx.internal.Lock.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rx-internal Show documentation
Show all versions of rx-internal Show documentation
Kotlin Multiplatform MVI framework
The newest version!
package com.arkivanov.mvikotlin.rx.internal
actual class Lock actual constructor() {
actual inline fun synchronizedImpl(block: () -> T): T =
synchronized(this, block)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy