# File lib/wisper/global_listeners.rb, line 11
    def initialize
      @registrations = Set.new
      @mutex         = Mutex.new
    end