Method: Navo.synchronize

Defined in:
lib/navo.rb

.synchronizeObject



16
17
18
19
20
# File 'lib/navo.rb', line 16

def synchronize
  mutex.synchronize do
    yield
  end
end