/** * Run */ public function run() { $this->emit('run'); $this->cluster->emit('run', $this); $this->child->run(); }