Method: XThread::RBMonitorMixin#new_cond

Defined in:
lib/xthread/monitor.rb

#new_condObject

Creates a new MonitorMixin::ConditionVariable associated with the receiver.



216
217
218
# File 'lib/xthread/monitor.rb', line 216

def new_cond
  return RBConditionVariable.new(self)
end