コード例 #1
0
ファイル: Promise.php プロジェクト: khelle/surume
 /**
  * @return bool
  */
 public function isCancelled()
 {
     return !$this->isPending() && $this->result->isCancelled();
 }