MCPcopy Create free account
hub / github.com/microsoft/tslib / settle

Function settle

tslib.js:287–287  ·  view source on GitHub ↗
(f, v)

Source from the content-addressed store, hash-verified

285 function fulfill(value) { resume("next", value); }
286 function reject(value) { resume("throw", value); }
287 function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
288 };
289
290 __asyncDelegator = function (o) {

Callers 3

resumeFunction · 0.70
stepFunction · 0.70
verbFunction · 0.70

Calls 1

resumeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…