UNPKG

@atomist/automation-client

Version:

Atomist API for software low-level client

12 lines 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Defer the given action until the relevant ScriptableFlushable is flushable * @param {ScriptedFlushable<T>} flushable * @param {ScriptAction<T, R>} promise */ function defer(flushable, promise) { flushable.recordAction(() => promise); } exports.defer = defer; //# sourceMappingURL=Flushable.js.map