method
mon_check_owner

Ruby latest stable (v2_5_5)
-
0 notes -
Class: MonitorMixin
mon_check_owner()
private
Hide source
# File lib/monitor.rb, line 259 def mon_check_owner if @mon_owner != Thread.current raise ThreadError, "current thread not owner" end end