Libraries
»
xthread
(0.1.4.001)
»
Index
»
XThread
»
MonitorMixin
»
#mon_try_enter
Method: XThread::MonitorMixin#mon_try_enter
Defined in:
lib/xthread.rb
#
mon_try_enter
⇒
Object
34 35 36
# File 'lib/xthread.rb', line 34
def
mon_try_enter
@_monitor
.
try_enter
end