コード例 #1
0
ファイル: Pool.php プロジェクト: kakserpom/phpdaemon
 /**
  * Called when the worker is ready to go.
  * @return void
  */
 public function onReady()
 {
     if ($this->pool) {
         $this->pool->onReady();
     }
 }