module AWS

Scope the Mutex constant override to within AWS. May cause constant override warnings in newer ruby versions

Constants

Mutex

Public Class Methods

mutex() click to toggle source

easy access for testing

# File lib/em-aws/patches.rb, line 10
def self.mutex
  Mutex
end