Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function close() : Awaitable
 {
     $this->context = null;
     return parent::close();
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function close() : Awaitable
 {
     $this->defer->resolve(null);
     return parent::close();
 }