Beispiel #1
0
 /**
  * Determines if the event has been freed from the loop.
  *
  * @return bool
  */
 public function isFreed() : bool
 {
     return $this->manager->isFreed($this);
 }