Amp\Mysql\ResultSet::next PHP Method

next() public method

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