# File lib/rack/lock.rb, line 8
    def initialize(app, mutex = Mutex.new)
      @app, @mutex = app, mutex
    end