value = $value; } /** * @return mixed Coroutine return value. */ public function getValue() { return $this->value; } }