# File lib_wpm/wpm.rb, line 3773
    def initialize
      @map = Hash.new
      @lock = Mutex.new
    end