コード例 #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);
 }