Skip to content

Instantly share code, notes, and snippets.

View gtrufitt's full-sized avatar

Gareth Trufitt gtrufitt

View GitHub Profile
@gtrufitt
gtrufitt / steady-on.js
Created July 13, 2016 14:31 — forked from desbo/steady-on.js
steady on
function Queue() {
this.queue = [];
}
/**
* Add an item to the queue
*
* @param {Anything} item item to add
* @return {Number} queue length