method
mon_check_owner
v1_9_2_180 -
Show latest stable
- Class:
MonitorMixin
mon_check_owner()private
No documentation available.
# File lib/monitor.rb, line 229
def mon_check_owner
if @mon_owner != Thread.current
raise ThreadError, "current thread not owner"
end
end