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