class ActionView::StreamingFlow
def append!(key, value)
by providing and resuming back to the fiber,
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