= private = protected
mu_synchronize(&block)
locking
# File lib/mutex_m.rb, line 61 def mu_synchronize(&block) @_mutex.synchronize(&block) end