Method: ActiveRecord::RuntimeRegistry#async_sql_runtime

Defined in:
activerecord/lib/active_record/runtime_registry.rb

#async_sql_runtimeObject



20
21
22
# File 'activerecord/lib/active_record/runtime_registry.rb', line 20

def async_sql_runtime
  ActiveSupport::IsolatedExecutionState[:active_record_async_sql_runtime] ||= 0.0
end