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