Method: Object#mutex
- Defined in:
- lib/revent/synchronize.rb
#mutex ⇒ Object
6 7 8 |
# File 'lib/revent/synchronize.rb', line 6 def mutex @mutex ||= Mutex.new end |
6 7 8 |
# File 'lib/revent/synchronize.rb', line 6 def mutex @mutex ||= Mutex.new end |