jvmMain.com.arkivanov.decompose.extensions.compose.mainthread.SwingMainThreadChecker.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of extensions-compose-jvm Show documentation
Show all versions of extensions-compose-jvm Show documentation
Kotlin Multiplatform lifecycle-aware business logic components
The newest version!
package com.arkivanov.decompose.extensions.compose.mainthread
import com.arkivanov.decompose.mainthread.MainThreadChecker
import javax.swing.SwingUtilities
internal class SwingMainThreadChecker : MainThreadChecker {
override fun isMainThread(): Boolean =
SwingUtilities.isEventDispatchThread()
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy