class Turbo::Streams::BroadcastJob

turbo stream templates.
The job that powers the broadcast_render_later_to available in Turbo::Streams::Broadcasts for rendering

def perform(stream, **rendering)

def perform(stream, **rendering)
  Turbo::StreamsChannel.broadcast_render_to stream, **rendering
end