Skip to content

Instantly share code, notes, and snippets.

@JoshMcKin
Created May 12, 2012 01:32

Revisions

  1. JoshMcKin revised this gist May 12, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.rb
    Original file line number Diff line number Diff line change
    @@ -5,5 +5,5 @@ class SessionSigner
    @create_mutex = EM::Synchrony::Thread::Mutex.new
    end
    end
    ebd
    end

  2. JoshMcKin created this gist May 12, 2012.
    9 changes: 9 additions & 0 deletions gistfile1.rb
    Original 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