예제 #1
0
파일: Signal.php 프로젝트: Nik-ADA/icicle
 /**
  * Adds a reference to the event, causing the event loop to continue to run as long as the watcher is still pending.
  */
 public function reference()
 {
     $this->referenced = true;
     $this->manager->reference($this);
 }