Skip to content

Commit

Permalink
Add atomic reference powered Cache implementation for Rubinius.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedarkone committed Sep 4, 2012
1 parent 389aa51 commit 8feb148
Show file tree
Hide file tree
Showing 13 changed files with 1,065 additions and 4 deletions.
1 change: 1 addition & 0 deletions lib/thread_safe.rb
Expand Up @@ -2,6 +2,7 @@

module ThreadSafe
autoload :Cache, 'thread_safe/cache'
autoload :Util, 'thread_safe/util'

if defined?(JRUBY_VERSION)
require 'jruby/synchronized'
Expand Down

0 comments on commit 8feb148

Please sign in to comment.