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

Function scheduleProcessQueue

test/angular/1.5/angular.js:16709–16713  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

16707 }
16708
16709 function scheduleProcessQueue(state) {
16710 if (state.processScheduled || !state.pending) return;
16711 state.processScheduled = true;
16712 nextTick(function() { processQueue(state); });
16713 }
16714
16715 function Deferred() {
16716 this.promise = new Promise();

Callers 1

qFactoryFunction · 0.70

Calls 2

nextTickFunction · 0.70
processQueueFunction · 0.70

Tested by

no test coverage detected