class Rack::Lock

def unlock

def unlock
  @mutex.unlock
  @env[RACK_MULTITHREAD] = @old_rack_multithread
end