コード例 #1
0
ファイル: Coroutine.php プロジェクト: nsandlin/linepig
 public function cancel()
 {
     $this->currentPromise->cancel();
     $this->result->cancel();
 }