Method: MonitorMixin#mon_enter_for_cond

Defined in:
lib/ext_monitor.rb

#mon_enter_for_cond(count) ⇒ Object



95
96
97
# File 'lib/ext_monitor.rb', line 95

def mon_enter_for_cond(count)
  (defined?(@mon_data) ? @mon_data : use_monitor_core).enter_for_cond(Thread.current, count)
end