function queue()

in worker.js [71:73]


function queue (cb) {
  setTimeout(cb, Math.random() * 60000 + 10000).unref()
}