instance method
wait
Ruby on Rails 7.0.10
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 122
def wait
end
Defined in activesupport/lib/active_support/notifications/fanout.rb line 122
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Fanout