Makes a promise a Progressible by adding the status of the running task to the context.
Context object.
Promise function.
const ctx = {}; const handler = await Promise.resolve(); const progressible = makeProgressiblePromise(ctx, handler); return progressible; Copy
const ctx = {}; const handler = await Promise.resolve(); const progressible = makeProgressiblePromise(ctx, handler); return progressible;
Generated using TypeDoc
Makes a promise a Progressible by adding the status of the running task to the context.