Type Alias InterruptablePromise<T>

InterruptablePromise<T>: Promise<T> & Interruptable

A promise of result type T that can be interrupted prematurely, resulting in an early resolution.

Type Parameters

  • T