method
finish
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed
finish(name, id, payload)public
No documentation available.
# File activesupport/lib/active_support/notifications/fanout.rb, line 250
def finish(name, id, payload)
timestack = IsolatedExecutionState[:_timestack_monotonic]
started = timestack.pop
@delegate.call(name, started, Process.clock_gettime(Process::CLOCK_MONOTONIC), id, payload)
end