Module: FiberAudit::Runtime::Probes::ThreadWait::Hook

Defined in:
lib/fiber_audit/runtime/probes/thread_wait.rb

Instance Method Summary collapse

Instance Method Details

#joinObject



8
9
10
# File 'lib/fiber_audit/runtime/probes/thread_wait.rb', line 8

def join(...)
  Registry.observe(operation: 'Thread.join') { super }
end

#valueObject



12
13
14
# File 'lib/fiber_audit/runtime/probes/thread_wait.rb', line 12

def value(...)
  Registry.observe(operation: 'Thread.value') { super }
end