This is a default queue implementation that ships with Notifications. It just pushes events to all registered log subscribers.
Methods
    - L
 - N
 - P
 - S
 - U
 - W
 
Class Public methods
      
        
            
              new()
            
            Link
          
          
          
            Instance Public methods
      
        
            
              listeners_for(name)
            
            Link
          
          
          
            
            
              listening?(name)
            
            Link
          
          
          
            
            
              publish(name, *args)
            
            Link
          
          
          
            
            
              subscribe(pattern = nil, block = Proc.new)
            
            Link
          
          
          
            
            
              unsubscribe(subscriber)
            
            Link