Skip to content
Ron Buckton edited this page Jan 15, 2015 · 1 revision

Exports the Deferred class.

Syntax

declare module "deferred" {
  export class Deferred<T>;
}

Exports

class Deferred<T>
Creates and controls the lifetime of a Promise.

Imports

Imported By

Requirements

  • Supported Platforms: Browser, nodejs
  • Module: deferred
  • Library: deferred.ts
Clone this wiki locally