global method

WorkerBuilder global(
  1. String name,
  2. Taker function
)

Implementation

WorkerBuilder global(String name, Taker function) {
  hosts[name] = function;
  slaves[name] = function;
  return this;
}