method

load_async

Importance_1
v7.0.0 - Show latest stable - 0 notes - Class: ActiveRecord::Relation
load_async() public

Schedule the query to be performed from a background thread pool.

Post.where(published: true).load_async # => #<ActiveRecord::Relation>
Show source
Register or log in to add new notes.