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

Function scheduleProcessQueue

test/angular/1.4/angular.js:15135–15139  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

15133 }
15134
15135 function scheduleProcessQueue(state) {
15136 if (state.processScheduled || !state.pending) return;
15137 state.processScheduled = true;
15138 nextTick(function() { processQueue(state); });
15139 }
15140
15141 function Deferred() {
15142 this.promise = new Promise();

Callers 1

qFactoryFunction · 0.70

Calls 2

nextTickFunction · 0.70
processQueueFunction · 0.70

Tested by

no test coverage detected