Skip to content

Instantly share code, notes, and snippets.

@JoshMcKin
Created May 12, 2012 01:32
Show Gist options
  • Save JoshMcKin/2663599 to your computer and use it in GitHub Desktop.
Save JoshMcKin/2663599 to your computer and use it in GitHub Desktop.
AWS Core SessionSigner Fiber Mutex
require 'em-synchrony/thread'
module AWS
module Core
class SessionSigner
@create_mutex = EM::Synchrony::Thread::Mutex.new
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment