= private = protected
mon_exit()
Leaves exclusive section.
# File lib/monitor.rb, line 194 def mon_exit mon_check_owner @mon_count -=1 if @mon_count == 0 @mon_owner = nil @mon_mutex.unlock end end