MCPcopy
hub / github.com/cujojs/when / viaSetTimeout

Function viaSetTimeout

benchmark/promise.js:89–93  ·  view source on GitHub ↗
(deferred)

Source from the content-addressed store, hash-verified

87 }
88
89 function viaSetTimeout(deferred) {
90 setTimeout(function() {
91 deferred.resolve();
92 }, 0);
93 }
94
95 function viaSetImmediate(deferred) {
96 setImmediate(function() {

Callers

nothing calls this directly

Calls 1

setTimeoutFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…