KalugaThread

actual data class KalugaThread

The thread of execution

actual data class KalugaThread

The thread of execution

expect 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

actual class KalugaThread

The thread of execution. On Kotlin/Wasm there is only one thread, so everything is the main thread.

Constructors

Link copied to clipboard
constructor(thread: Thread)
constructor(thread: NSThread)
constructor()
constructor(thread: Thread)
constructor()

Types

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

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 = true

Always true since on JavaScript there is only one thread.

actual val isMainThread: Boolean

When true this thread is the main thread.

actual val isMainThread: Boolean = true

When true this thread is the main thread.

Link copied to clipboard
actual var name: String

Name of the thread

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: NSThread

Functions

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