method
mon_exit_for_cond
v1_8_7_72 -
Show latest stable
- Class:
MonitorMixin
mon_exit_for_cond()private
No documentation available.
# File lib/monitor.rb, line 303
def mon_exit_for_cond
count = @mon_count
@mon_count = 0
return count
ensure
mon_release
end