Bishop Zareh
Bishop Zareh
and https://github.com/scriby/asyncblock
and https://github.com/mrdoob/sequencer.js/blob/master/src/Sequencer.js
unit testing for Requirejs: https://github.com/mattfysh/testr.js
Here is another one for Node: http://tobyho.com/2010/12/10/trampolines-in-javascript-and/
Async manager, handles non-blocking really well: https://github.com/dfellis/queue-flow
and https://github.com/hagglund/use.js great ease of use
or this... https://github.com/mrdoob/stats.js
var x = 100; var y = 100; var lastRender = new Date(); function render() { var delta = new Date() - lastRender; x += delta; y += delta; context.fillRect(x,...
http://stackoverflow.com/questions/10358750/async-template-loading-how-to-load-it-only-once/10359025#10359025
and Babel version 6