Module: AWS

Defined in:
lib/em-aws/patches.rb,
lib/aws/core/http/em_http_handler.rb

Overview

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

Defined Under Namespace

Modules: Core, Http

Constant Summary collapse

Mutex =
EM::Synchrony::Thread::Mutex

Class Method Summary collapse

Class Method Details

.mutexObject

easy access for testing



10
11
12
# File 'lib/em-aws/patches.rb', line 10

def self.mutex
  Mutex
end