UNPKG

ember-concurrency

Version:

Improved concurrency/async primitives for Ember.js

6 lines 283 B
export function all(awaitable: any): any; export function allSettled(awaitable: any): any; export function race(awaitable: any): any; export function hash(awaitable: any): any; export function hashSettled(awaitable: any): any; //# sourceMappingURL=cancelable-promise-helpers.d.ts.map