Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function wait()
 {
     return $this->result->wait();
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function wait()
 {
     return $this->awaitable->wait();
 }