예제 #1
0
파일: Promise.php 프로젝트: khelle/surume
 /**
  * @return bool
  */
 public function isCancelled()
 {
     return !$this->isPending() && $this->result->isCancelled();
 }