Overrides PromiseInterface::wait
public function wait(bool $unwrap = true) { return $unwrap ? $this->value : null; }