method
async_sql_runtime
rails latest stable - Class:
ActiveRecord::RuntimeRegistry
async_sql_runtime()public
No documentation available.
# File activerecord/lib/active_record/runtime_registry.rb, line 20
def async_sql_runtime
ActiveSupport::IsolatedExecutionState[:active_record_async_sql_runtime] ||= 0.0
end