flush()
public

No documentation available.

# File activerecord/lib/active_record/future_result.rb, line 42
      def flush
        events, @events = @events, []
        events.each do |event|
          event.payload[:lock_wait] = @future_result.lock_wait
          ActiveSupport::Notifications.publish_event(event)
        end
      end