class ActionView::StreamingFlow

def inside_fiber?

def inside_fiber?
  Fiber.current.object_id != @root
end