Type Parameters

  • T

Hierarchy

  • default

Implements

  • PromiseLike<T>

Constructors

Properties

#cancellationTokenSource: default
#finallyEvent: default<{
    cancelled: boolean;
    promise: PromiseLike<T>;
}> = ...

Type declaration

  • cancelled: boolean
  • promise: PromiseLike<T>
#watcherPromise: Promise<T>

Accessors

Methods

  • Type Parameters

    • TResult1 = T

    • TResult2 = never

    Parameters

    • Optional onfulfilled: null | ((value) => TResult1 | PromiseLike<TResult1>)
    • Optional onrejected: null | ((reason) => TResult2 | PromiseLike<TResult2>)

    Returns default<TResult1 | TResult2>

Generated using TypeDoc