isMainThread

actual val isMainThread: Boolean

When true this thread is the main thread.

expect val isMainThread: Boolean

When true this thread is the main thread.

actual val isMainThread: Boolean

When true this thread is the main thread.

actual val isMainThread: Boolean = true

Always true since on JavaScript there is only one thread.

actual val isMainThread: Boolean

When true this thread is the main thread.