method

new

rails latest stable - Class: ActiveSupport::Concurrency::ThreadMonitor

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

new()
public

No documentation available.

# File activesupport/lib/active_support/concurrency/thread_monitor.rb, line 10
      def initialize
        @owner = nil
        @count = 0
        @mutex = Mutex.new
      end