commonMain.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
expect class Lock() {
inline fun synchronizedImpl(block: () -> T): T
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy