8 9 10
# File 'lib/fiber_audit/runtime/probes/thread_wait.rb', line 8 def join(...) Registry.observe(operation: 'Thread.join') { super } end
12 13 14
# File 'lib/fiber_audit/runtime/probes/thread_wait.rb', line 12 def value(...) Registry.observe(operation: 'Thread.value') { super } end