class ActiveRecord::ConnectionAdapters::ConnectionPool
def schedule_query(future_result) # :nodoc:
def schedule_query(future_result) # :nodoc: @async_executor.post { future_result.execute_or_skip } Thread.pass end
def schedule_query(future_result) # :nodoc: @async_executor.post { future_result.execute_or_skip } Thread.pass end