method
finish
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::Notifications::Fanout
finish(name, id, payload, listeners = nil)public
No documentation available.
# File activesupport/lib/active_support/notifications/fanout.rb, line 284
def finish(name, id, payload, listeners = nil)
handle_stack = IsolatedExecutionState[:_fanout_handle_stack]
handle = handle_stack.pop
handle.finish_with_values(name, id, payload)
end