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

Function scheduler

lib/test/angular/1.8.0/angular-animate.js:370–376  ·  view source on GitHub ↗
(tasks)

Source from the content-addressed store, hash-verified

368 var queue, cancelFn;
369
370 function scheduler(tasks) {
371 // we make a copy since RAFScheduler mutates the state
372 // of the passed in array variable and this would be difficult
373 // to track down on the outside code
374 queue = queue.concat(tasks);
375 nextTick();
376 }
377
378 queue = scheduler.queue = [];
379

Callers

nothing calls this directly

Calls 1

nextTickFunction · 0.70

Tested by

no test coverage detected