Пример #1
0
 /**
  * @return bool
  */
 public function isFulfilled()
 {
     return !$this->isPending() && $this->result->isFulfilled();
 }