# File lib/earthquake/core.rb, line 232
    def sync(&block)
      mutex.synchronize do
        block.call
      end
    end