Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DeferredStatic

Callable

  • DeferredStatic<TR, TJ, TN>(beforeStart?: (deferred: Deferred<TR, TJ, TN>) => void): Deferred<TR, TJ, TN>
  • A factory function that returns a chainable utility object with methods to register multiple callbacks into callback queues, invoke callback queues, and relay the success or failure state of any synchronous or asynchronous function.

    see

    ``

    since

    1.5

    Type parameters

    • TR = any

    • TJ = any

    • TN = any

    Parameters

    • Optional beforeStart: (deferred: Deferred<TR, TJ, TN>) => void

      A function that is called just before the constructor returns.

        • Parameters

          Returns void

    Returns Deferred<TR, TJ, TN>

Index

Properties

Properties

exceptionHook

exceptionHook: any

Generated using TypeDoc