instance method
wait
Ruby on Rails 8.0.4
Since v3.0.20Signature
wait()
This is a sync queue, so there is no waiting.
Source
# File activesupport/lib/active_support/notifications/fanout.rb, line 315
def wait
end
Defined in activesupport/lib/active_support/notifications/fanout.rb line 315
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Fanout