method
finish
rails 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 287
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