pending?()
Returns whether the associated query is still being executed or not.
# File activerecord/lib/active_record/promise.rb, line 13 def pending? @future_result.pending? end