MCPcopy Create free account
hub / github.com/hoothin/UserScripts / immediate

Function immediate

Picviewer CE+/dist.user.js:4538–4542  ·  view source on GitHub ↗
(task)

Source from the content-addressed store, hash-verified

4536
4537module.exports = immediate;
4538function immediate(task) {
4539 if (queue.push(task) === 1 && !draining) {
4540 scheduleDrain();
4541 }
4542}
4543
4544}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
4545},{}],37:[function(require,module,exports){

Callers 1

unwrapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected