Example #1
0
 public function __destruct()
 {
     $this->base->free();
 }
Example #2
0
 /**
  * {@inheritdoc}
  */
 public function reset()
 {
     parent::reset();
     $this->loop->stop();
     $this->loop->free();
 }