Skip to content

Commit

Permalink
rack lock should require thread
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jun 16, 2010
1 parent 1749ee8 commit 53844d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rack/lock.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'thread'

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

0 comments on commit 53844d7

Please sign in to comment.