KalugaThread

actual data class KalugaThread

The thread of execution

expect class KalugaThread

The thread of execution

actual data class KalugaThread

The thread of execution

actual class KalugaThread

The thread of execution On JavaScript there is only one thread, so everything is the main thread

actual data class KalugaThread

The thread of execution

Constructors

Link copied to clipboard
constructor(thread: Thread)
constructor(thread: <Error class: unknown class>)
constructor()
constructor(thread: Thread)

Types

Link copied to clipboard
actual object Companion
expect object Companion
actual object Companion
actual object Companion
actual object Companion

Properties

Link copied to clipboard
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.

Link copied to clipboard
actual var name: String

Name of the thread

expect var name: String

Name of the thread

actual var name: String

Name of the thread

actual var name: String

Name of the thread

actual var name: String

Name of the thread

Link copied to clipboard
val thread: <Error class: unknown class>

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int