object Thread
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Thread
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final val MAX_PRIORITY: Int(10)
- final val MIN_PRIORITY: Int(1)
- final val NORM_PRIORITY: Int(5)
- def activeCount(): Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def currentThread(): Thread
- Annotations
- @alwaysinline()
- def dumpStack(): Unit
- def enumerate(list: Array[Thread]): Int
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getAllStackTraces(): Map[Thread, Array[StackTraceElement]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDefaultUncaughtExceptionHandler(): UncaughtExceptionHandler
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def holdsLock(obj: AnyRef): scala.Boolean
- def interrupted(): scala.Boolean
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def ofPlatform(): OfPlatform
- def ofVirtual(): OfVirtual
- def onSpinWait(): Unit
- def setDefaultUncaughtExceptionHandler(eh: UncaughtExceptionHandler): Unit
- def sleep(duration: Duration): Unit
- Annotations
- @throws("if the current thread is interrupted while sleeping")
- def sleep(millis: scala.Long, nanos: Int): Unit
- def sleep(millis: scala.Long): Unit
- def startVirtualThread(task: Runnable): Thread
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def yield(): Unit
- Annotations
- @alwaysinline()
- object Builder
- object MainThread extends Thread
- object State extends Serializable
- object ThreadIdentifiers extends Numbering
- object ThreadNamesNumbering extends Numbering