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