class ActionView::StreamingFlow

def append!(key, value)

the key it is waiting for.
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