UNPKG

ember-concurrency

Version:

Improved concurrency/async primitives for Ember.js

8 lines 350 B
/** * This builder function is called by the transpiled code from * `task(async () => {})`. See async-arrow-task-transform.js * * @private */ export function buildTask(contextFn: any, options: any, taskName: any, bufferPolicyName: any): import("./task").Task | import("./task").EncapsulatedTask; //# sourceMappingURL=async-arrow-runtime.d.ts.map