class ActionView::StreamingFlow
def append!(key, value)
by provides and resumes back to the fiber if it is
Appends the contents for the given key. This is called
def append!(key, value) super @fiber.resume if @waiting_for == key end
def append!(key, value) super @fiber.resume if @waiting_for == key end