class Servolux::Prefork

def each_worker( &block )


_block_.
Iterates over all the workers and yields each, in turn, to the given

each_worker { |worker| block }
call-seq:
def each_worker( &block )
  @workers.each(&block)
  self
end