# File lib/wisper/temporary_listeners.rb, line 27
    def registrations
      Thread.current[key] ||= Set.new
    end