• Bookmarked https://blog.jcoglan.com/2014/04/04/form-an-orderly-queue/
    About once a month, I seem to stumble across an article that states that one reason JavaScript is easy to use is that, because it is single-threaded, you don’t get the synchronisation…

Form an orderly queue!

Async queueing of sync calls in JS/Node.js