Amp\Mysql\ResultSet::next PHP 메소드

next() 공개 메소드

public next ( )
    public function next()
    {
        $deferred = $this->result->next ?: ($this->result->next = new Deferred());
        return $deferred->promise();
    }