Method: MonitorMixin#mon_enter
- Defined in:
- lib/ext_monitor.rb
#mon_enter ⇒ Object
Enters exclusive section.
40 41 42 |
# File 'lib/ext_monitor.rb', line 40 def mon_enter (defined?(@mon_data) ? @mon_data : use_monitor_core).enter end |