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

Function scheduleProcessQueue

lib/test/angular/1.4.3/angular.js:14580–14584  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

14578 }
14579
14580 function scheduleProcessQueue(state) {
14581 if (state.processScheduled || !state.pending) return;
14582 state.processScheduled = true;
14583 nextTick(function() { processQueue(state); });
14584 }
14585
14586 function Deferred() {
14587 this.promise = new Promise();

Callers 1

qFactoryFunction · 0.70

Calls 2

nextTickFunction · 0.70
processQueueFunction · 0.70

Tested by

no test coverage detected