PHPDaemon\Traits\EventLoopContainer::setEventLoop PHP Method

setEventLoop() public method

public setEventLoop ( EventLoop $eventLoop )
$eventLoop PHPDaemon\Core\EventLoop
    public function setEventLoop(EventLoop $eventLoop)
    {
        $this->eventLoop = $eventLoop;
        return $this;
    }
EventLoopContainer