Skip to content

Commit

Permalink
rubygems no longer preloads thread, which means we need it for Mutex
Browse files Browse the repository at this point in the history
  • Loading branch information
raggi committed Dec 28, 2011
1 parent bf4b55c commit 504784a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rack/lock.rb
@@ -1,3 +1,5 @@
require 'thread'

module Rack
class Lock
FLAG = 'rack.multithread'.freeze
Expand Down

0 comments on commit 504784a

Please sign in to comment.