コード例 #1
0
ファイル: Signal.php プロジェクト: ThrusterIO/event-loop
 public function cancel()
 {
     $this->loop->cancelSignal($this);
 }