method
mon_enter
rails latest stable - Class:
ActiveSupport::Concurrency::ThreadMonitor
mon_enter()private
No documentation available.
# File activesupport/lib/active_support/concurrency/thread_monitor.rb, line 37
def mon_enter
@mutex.lock if @owner != Thread.current
@owner = Thread.current
@count += 1
end