Kraken\Loop\Model\SelectLoop::__construct PHP Метод

__construct() публичный Метод

public __construct ( )
    public function __construct()
    {
        $this->startTickQueue = new TickContinousQueue($this);
        $this->stopTickQueue = new TickContinousQueue($this);
        $this->nextTickQueue = new TickContinousQueue($this);
        $this->futureTickQueue = new TickFiniteQueue($this);
        $this->flowController = new FlowController();
        $this->timers = new TimerBox();
    }