module ActiveRecord::RuntimeRegistry

def async_sql_runtime=(runtime)

def async_sql_runtime=(runtime)
  ActiveSupport::IsolatedExecutionState[:active_record_async_sql_runtime] = runtime
end