result = $result; } /** * Retrieve the coroutine return result * * @return mixed */ public function getReturn() { return $this->result; } }