Module: ActiveSupport::Concurrency
| Relationships & Source Files | |
| Namespace Children | |
|
Modules:
| |
|
Classes:
| |
| Defined in: | activesupport/lib/active_support/concurrency/null_lock.rb, activesupport/lib/active_support/concurrency/load_interlock_aware_monitor.rb, activesupport/lib/active_support/concurrency/share_lock.rb, activesupport/lib/active_support/concurrency/thread_monitor.rb |
Constant Summary
-
LoadInterlockAwareMonitor =
# File 'activesupport/lib/active_support/concurrency/load_interlock_aware_monitor.rb', line 9
A monitor that will permit dependency loading while blocked waiting for the lock.
ActiveSupport::Deprecation::DeprecatedConstantProxy.new( "ActiveSupport::Concurrency::LoadInterlockAwareMonitor", "::Monitor", ActiveSupport.deprecator, message: "ActiveSupport::Concurrency::LoadInterlockAwareMonitor is deprecated and will be " \ "removed in Rails 9.0. Use Monitor directly instead, as the loading interlock is " \ "no longer used." )