Class ActiveSupport::Notifications::Fanout
In: lib/active_support/notifications/fanout.rb
Parent: Object

This is a default queue implementation that ships with Notifications. It just pushes events to all registered log subscribers.

Methods

Public Class methods

Public Instance methods

This is a sync queue, so there is not waiting.

[Validate]