MCPcopy Create free account
hub / github.com/unconed/TermKit / process

Function process

HTML/external/jquery-ui/development-bundle/external/qunit.js:677–689  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

675}
676
677function process() {
678 var start = (new Date()).getTime();
679
680 while ( config.queue.length && !config.blocking ) {
681 if ( config.updateRate <= 0 || (((new Date()).getTime() - start) < config.updateRate) ) {
682 config.queue.shift()();
683
684 } else {
685 setTimeout( process, 13 );
686 break;
687 }
688 }
689}
690
691function saveGlobal() {
692 config.pollution = [];

Callers 2

qunit.jsFile · 0.70
synchronizeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected