Skip to content

Commit ab3e096

Browse files
ioquatixeregon
authored andcommitted
Mark the mutex_owned_per_thread? method as private.
1 parent 970dd0f commit ab3e096

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/concurrent-ruby/concurrent/atomic/lock_local_var.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
require_relative 'thread_local_var'
33

44
module Concurrent
5+
# @!visibility private
56
def self.mutex_owned_per_thread?
67
mutex = Mutex.new
78

0 commit comments

Comments
 (0)