onReady() 공개 메소드

Called when the worker is ready to go.
public onReady ( ) : void
리턴 void
예제 #1
0
파일: Pool.php 프로젝트: shamahan/phpdaemon
 /**
  * Called when the worker is ready to go.
  * @return void
  */
 public function onReady()
 {
     if ($this->pool) {
         $this->pool->onReady();
     }
 }