PHPDaemon\Examples\ExampleGibson::onReady PHP Méthode

onReady() public méthode

Called when the worker is ready to go.
public onReady ( ) : void
Résultat void
    public function onReady()
    {
        $this->gibson = \PHPDaemon\Clients\Gibson\Pool::getInstance();
    }