PHPDaemon\Core\EventLoop::__construct PHP Method

__construct() public method

EventLoop constructor.
public __construct ( )
    public function __construct()
    {
        $this->base = new \EventBase();
        $this->callbacks = new StackCallbacks();
        $this->dnsBase = new \EventDnsBase($this->base, false);
        // @TODO: test with true
    }