method

async!

async!()
protected

No documentation available.

# File activerecord/lib/active_record/relation/query_methods.rb, line 1657
      def async! # :nodoc:
        @async = true
        self
      end