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