UNPKG

better-queue

Version:
10 lines (8 loc) 180 B
exports.destroyQueues = function () { [this.q, this.q1, this.q2].forEach(function (q) { if (!q) return; setTimeout(function () { q.destroy(); }, 15); }); };