# File lib/thin/async.rb, line 70
    def write(body)
      send_headers
      @body.call(body.respond_to?(:each) ? body : [body])
    end