48 49 50
# File 'lib/fiber_audit/runtime/probes/subprocess.rb', line 48 def detach(...) Registry.observe(operation: 'Process.detach') { super } end
44 45 46
# File 'lib/fiber_audit/runtime/probes/subprocess.rb', line 44 def waitall(...) Registry.observe(operation: 'Process.waitall') { super } end