public function __construct($segmentId)
 {
     parent::__construct($segmentId);
     $this->locker = Singleton::getInstance(eAcceleratorLocker::class);
 }
Exemplo n.º 2
0
 public function __construct($segmentId)
 {
     parent::__construct($segmentId);
     $this->locker = SemaphorePool::me();
 }