method

synchronize

synchronize()
private

No documentation available.

# File lib/bundler/compact_index_client.rb, line 105
    def synchronize
      @mutex.synchronize { yield }
    end