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