MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / scheduleProcessQueue

Function scheduleProcessQueue

code/songhop/www/lib/angular/angular.js:13150–13154  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

13148 }
13149
13150 function scheduleProcessQueue(state) {
13151 if (state.processScheduled || !state.pending) return;
13152 state.processScheduled = true;
13153 nextTick(function() { processQueue(state); });
13154 }
13155
13156 function Deferred() {
13157 this.promise = new Promise();

Callers 1

qFactoryFunction · 0.70

Calls 1

processQueueFunction · 0.70

Tested by

no test coverage detected