Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function isPending() : bool
 {
     return $this->awaitable->isPending();
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function isPending() : bool
 {
     return $this->result->isPending();
     // Pending until cancellation function is invoked.
 }