Class NullScheduler

Dummy (and default) IScheduler implementation which immediately processes component updates.

Remarks

See setScheduler and RAFScheduler.

Implements

Constructors

Methods

Constructors

Methods

  • Registers a new task for processing. The scope arg is used to uniquely associate the task with a given component.

    Parameters

    Returns void

  • Attempts to cancel all tasks for given scope. Depending on implementation and timing this might not be possible (anymore).

    Returns void

Generated using TypeDoc