onReady() public method

Called when the worker is ready to go.
public onReady ( ) : void
return void
Beispiel #1
0
 /**
  * Called when the worker is ready to go.
  * @return void
  */
 public function onReady()
 {
     if ($this->pool) {
         $this->pool->onReady();
     }
 }