Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function clear()
 {
     $this->callableQueue->clear();
     $this->immediateManager->clear();
     $this->pollManager->clear();
     $this->awaitManager->clear();
     $this->timerManager->clear();
     if (null !== $this->signalManager) {
         $this->signalManager->clear();
     }
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function isEnabled() : bool
 {
     return $this->manager->isEnabled($this);
 }
Ejemplo n.º 3
0
 /**
  * {@inheritdoc}
  */
 public function reference()
 {
     $this->referenced = true;
     $this->manager->reference($this);
 }