decrementWorkers: d(function (howMany, callback) {
    if (isFunction(howMany)) {
      callback = howMany;
      howMany = 1;
    }