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