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

Function scheduleProcessQueue

lib/test/angular/1.5.0/angular.js:15565–15569  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

15563 }
15564
15565 function scheduleProcessQueue(state) {
15566 if (state.processScheduled || !state.pending) return;
15567 state.processScheduled = true;
15568 nextTick(function() { processQueue(state); });
15569 }
15570
15571 function Deferred() {
15572 this.promise = new Promise();

Callers 1

qFactoryFunction · 0.70

Calls 2

nextTickFunction · 0.70
processQueueFunction · 0.70

Tested by

no test coverage detected