jsMain.com.arkivanov.mvikotlin.utils.internal.MainThreadAssert.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils-internal-js Show documentation
Show all versions of utils-internal-js Show documentation
Kotlin Multiplatform MVI framework
package com.arkivanov.mvikotlin.utils.internal
internal actual fun getMainThreadId(): MainThreadId? = MainThreadId()
internal actual fun isMainThread(mainThreadId: MainThreadId): Boolean = true
internal actual fun getCurrentThreadDescription(): String = "Main thread"
internal actual class MainThreadId
© 2015 - 2025 Weber Informatics LLC | Privacy Policy