Пример #1
0
 /**
  * Stop time register.
  *
  * @see ZmqModel::startTimeRegister
  */
 private function stopTimeRegister()
 {
     if ($this->rTimer !== null) {
         $this->rTimer->cancel();
         $this->rTimer = null;
         $this->connectionPool->resetNow();
     }
 }