MCPcopy Create free account
hub / github.com/caike/jQuery-Simple-Timer / advanceTaskQueue

Function advanceTaskQueue

tests/qunit-2.9.2.js:2604–2611  ·  view source on GitHub ↗

* Advances the taskQueue with an increased depth

()

Source from the content-addressed store, hash-verified

2602 * Advances the taskQueue with an increased depth
2603 */
2604 function advanceTaskQueue() {
2605 var start = now();
2606 config.depth = (config.depth || 0) + 1;
2607
2608 processTaskQueue(start);
2609
2610 config.depth--;
2611 }
2612
2613 /**
2614 * Process the first task on the taskQueue as a promise.

Callers 1

advanceFunction · 0.85

Calls 1

processTaskQueueFunction · 0.85

Tested by

no test coverage detected