Created
May 12, 2012 01:32
Revisions
-
JoshMcKin revised this gist
May 12, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,5 +5,5 @@ class SessionSigner @create_mutex = EM::Synchrony::Thread::Mutex.new end end end -
JoshMcKin created this gist
May 12, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ require 'em-synchrony/thread' module AWS module Core class SessionSigner @create_mutex = EM::Synchrony::Thread::Mutex.new end end ebd