Gjsify LogoGjsify Logo

Hierarchy

  • SchedulerCallback

Callable

  • SchedulerCallback(deadline: number): boolean
  • This function is called incrementally to process additional background work. A deadline is provided which can be checked using [funcGLib.get_monotonic_time] so that additional work can be processed each frame.

    This is useful for situations where you are incrementally performing background work such as spell checking or semantic syntax highlighting.

    Parameters

    • deadline: number

      the time the callback should complete by

    Returns boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method