method
load_async
v7.0.0 -
Show latest stable
- 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>
load_async()Schedule the query to be performed from a background thread pool.
Post.where(published: true).load_async # => #<ActiveRecord::Relation>