Type alias CaptureCancellablePromise

CaptureCancellablePromise: (<P>(promise: P) => P)

Type declaration

    • <P>(promise: P): P
    • The type of the capture function used in [[buildCancellablePromise]].

      Type Parameters

      Parameters

      • promise: P

      Returns P

Generated using TypeDoc