MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / scheduler

Function scheduler

lib/test/angular/1.5.0/angular-animate.js:388–394  ·  view source on GitHub ↗
(tasks)

Source from the content-addressed store, hash-verified

386 var queue, cancelFn;
387
388 function scheduler(tasks) {
389 // we make a copy since RAFScheduler mutates the state
390 // of the passed in array variable and this would be difficult
391 // to track down on the outside code
392 queue = queue.concat(tasks);
393 nextTick();
394 }
395
396 queue = scheduler.queue = [];
397

Callers

nothing calls this directly

Calls 1

nextTickFunction · 0.70

Tested by

no test coverage detected