object nodeColontimersMod
- Source
- nodeColontimersMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- nodeColontimersMod
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ^: Any
- Annotations
- @JSImport("node:timers/promises", JSImport.Namespace) @native()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def setImmediate[T](value: Unit, options: TimerOptions): Promise[T]
- Annotations
- @inline()
- def setImmediate[T](value: T, options: TimerOptions): Promise[T]
- Annotations
- @inline()
- def setImmediate[T](value: T): Promise[T]
- Annotations
- @inline()
- def setImmediate[T](): Promise[T]
Returns a promise that resolves in the next tick.
Returns a promise that resolves in the next tick.
- Annotations
- @inline()
- def setInterval[T](delay: Unit, value: Unit, options: TimerOptions): AsyncIterable[T]
- Annotations
- @inline()
- def setInterval[T](delay: Unit, value: T, options: TimerOptions): AsyncIterable[T]
- Annotations
- @inline()
- def setInterval[T](delay: Unit, value: T): AsyncIterable[T]
- Annotations
- @inline()
- def setInterval[T](delay: Double, value: Unit, options: TimerOptions): AsyncIterable[T]
- Annotations
- @inline()
- def setInterval[T](delay: Double, value: T, options: TimerOptions): AsyncIterable[T]
- Annotations
- @inline()
- def setInterval[T](delay: Double, value: T): AsyncIterable[T]
- Annotations
- @inline()
- def setInterval[T](delay: Double): AsyncIterable[T]
- Annotations
- @inline()
- def setInterval[T](): AsyncIterable[T]
Returns an async iterator that generates values in an interval of delay ms.
Returns an async iterator that generates values in an interval of delay ms.
- Annotations
- @inline()
- def setTimeout[T](delay: Unit, value: Unit, options: TimerOptions): Promise[T]
- Annotations
- @inline()
- def setTimeout[T](delay: Unit, value: T, options: TimerOptions): Promise[T]
- Annotations
- @inline()
- def setTimeout[T](delay: Unit, value: T): Promise[T]
- Annotations
- @inline()
- def setTimeout[T](delay: Double, value: Unit, options: TimerOptions): Promise[T]
- Annotations
- @inline()
- def setTimeout[T](delay: Double, value: T, options: TimerOptions): Promise[T]
- Annotations
- @inline()
- def setTimeout[T](delay: Double, value: T): Promise[T]
- Annotations
- @inline()
- def setTimeout[T](delay: Double): Promise[T]
- Annotations
- @inline()
- def setTimeout[T](): Promise[T]
Returns a promise that resolves after the specified delay in milliseconds.
Returns a promise that resolves after the specified delay in milliseconds.
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated