Methods

  • Registers a handler which will be called in a specified interval

    Parameters

    • handler: Function

      The handler function which will be called in an interval

    • timeout: number

      The interval

    Returns EventSubscription

  • Registers a timeout which will be called after the specified timeout

    Parameters

    • handler: Function

      The handler function which will be called after a specified time

    • timeout: number

      The timeout

    Returns EventSubscription

Generated using TypeDoc