MCPcopy Index your code
hub / github.com/angular-ui/ui-router / scheduleProcessQueue

Function scheduleProcessQueue

test/angular/1.3/angular.js:13331–13335  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

13329 }
13330
13331 function scheduleProcessQueue(state) {
13332 if (state.processScheduled || !state.pending) return;
13333 state.processScheduled = true;
13334 nextTick(function() { processQueue(state); });
13335 }
13336
13337 function Deferred() {
13338 this.promise = new Promise();

Callers 1

qFactoryFunction · 0.70

Calls 2

processQueueFunction · 0.70
nextTickFunction · 0.50

Tested by

no test coverage detected