MCPcopy
hub / github.com/methodofaction/Method-Draw / synchronize

Function synchronize

test/qunit/qunit.js:821–827  ·  view source on GitHub ↗
( callback )

Source from the content-addressed store, hash-verified

819}
820
821function synchronize( callback ) {
822 config.queue.push( callback );
823
824 if ( config.autorun && !config.blocking ) {
825 process();
826 }
827}
828
829function process() {
830 var start = (new Date()).getTime();

Callers 2

qunit.jsFile · 0.85
runFunction · 0.85

Calls 1

processFunction · 0.85

Tested by

no test coverage detected