[[TimeoutScheduler]] calls the callback once after timeoutMs milliseconds.

Hierarchy (View Summary)

Implements

Constructors

Methods

Constructors

Methods

  • Schedules the callback according to the implementation.

    Parameters

    • callback: () => void

    Returns void

  • Unschedules the callback and prevents it from being called anymore.

    Returns void