class Airbrake::ThreadPool

def spawn_workers

def spawn_workers
  @worker_size.times { @workers.add(spawn_worker) }
end