class method self.set_subscriptions

Ruby on Rails edge

Since edge Private — implementation detail, not part of the public API

Signature

self.set_subscriptions(fanout)

No documentation comment.

Parameters

fanout req
Source
# File activesupport/lib/active_support/notifications.rb, line 364
        def set_subscriptions(fanout)
          return unless notifier_subscriptions && fanout.respond_to?(:load_ractor_snapshot)
          fanout.load_ractor_snapshot(notifier_subscriptions)
        end

Defined in activesupport/lib/active_support/notifications.rb line 364 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::Notifications

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close