Module: Wurk::SseStreaming
- Extended by:
- ActiveSupport::Concern
- Included in:
- ApiController
- Defined in:
- app/controllers/concerns/wurk/sse_streaming.rb
Overview
Drives the /api/stream SSE loop (headers, tick cadence, tear-down).
Split out of ApiController so the periodic-stats-push mechanics — which
don't change per action — stay separate from the request/response mapping
ApiController owns.