instance method
pending?
Ruby on Rails 8.1.2
Since v7.1.6Signature
pending?()
Returns whether the associated query is still being executed or not.
Source
# File activerecord/lib/active_record/promise.rb, line 13
def pending?
@future_result.pending?
end
Defined in activerecord/lib/active_record/promise.rb line 13
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Promise