Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "source/System/Threading/deferImmediate"

Index

Functions

deferImmediate

  • Parameters

    • task: Closure
    • Optional context: any

    Returns ICancellable

  • Parameters

    • task: Function

      The function to call.

    • Optional context: any

      The context (aka this) to call on. Null or undefined = global.

    • Optional args: any[]

      The parameters to pass to the function.

    Returns ICancellable

runAfterDeferred

  • runAfterDeferred(task: Closure): void
  • Parameters

    Returns void

Generated using TypeDoc