method

sending!

sending!()
public

No documentation available.

# File actionpack/lib/action_dispatch/http/response.rb, line 164
    def sending!
      synchronize do
        before_sending
        @sending = true
        @cv.broadcast
      end
    end