예제 #1
0
파일: Signal.php 프로젝트: Nik-ADA/icicle
 /**
  * An unreferenced event will allow the event loop to exit if no other watchers are pending.
  */
 public function unreference()
 {
     $this->referenced = false;
     $this->manager->unreference($this);
 }