We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mutex_owned_per_thread?
1 parent b001be7 commit 8586727Copy full SHA for 8586727
lib/concurrent-ruby/concurrent/atomic/lock_local_var.rb
@@ -2,6 +2,7 @@
2
require_relative 'thread_local_var'
3
4
module Concurrent
5
+ # @!visibility private
6
def self.mutex_owned_per_thread?
7
mutex = Mutex.new
8
0 commit comments