Beispiel #1
0
 /**
  * Called when worker is going to update configuration.
  * @return void
  */
 public function onConfigUpdated()
 {
     if ($this->pool) {
         $this->pool->config = $this->config;
         $this->pool->onConfigUpdated();
     }
 }