Phulp\Phulp::getLoop PHP Method

getLoop() public method

Gets the value of loop.
public getLoop ( ) : React\EventLoop\LoopInterface
return React\EventLoop\LoopInterface
    public function getLoop()
    {
        $this->loop = $this->loop ?: Factory::create();
        return $this->loop;
    }