PHPDaemon\Examples\ExampleAsyncProcessRequest::run PHP 메소드

run() 공개 메소드

Called when request iterated.
public run ( ) : integer
리턴 integer Status.
    public function run()
    {
        if (!$this->proc->eof()) {
            $this->sleep(1);
        }
    }
ExampleAsyncProcessRequest