setTimeout()

in worker.js [54:56]


    setTimeout(function () {
      performSubTasks(tasks, cb)
    }, Math.random() * 20).unref()