# File gofer/messaging/async.rb, line 98
  def initialize(envelope)
    super(envelope)
    reply = Return.new(envelope[:result])
    @retval = reply.retval()
  end