Module: Raygun::Apm::Hooks::Mutex

Defined in:
lib/raygun/apm/hooks/internals.rb

Instance Method Summary collapse

Instance Method Details

#lock(*args) ⇒ Object



75
76
77
# File 'lib/raygun/apm/hooks/internals.rb', line 75

def lock(*args)
  super
end

#sleep(*args) ⇒ Object



83
84
85
# File 'lib/raygun/apm/hooks/internals.rb', line 83

def sleep(*args)
  super
end

#synchronize(*args) ⇒ Object



71
72
73
# File 'lib/raygun/apm/hooks/internals.rb', line 71

def synchronize(*args)
  super
end

#unlock(*args) ⇒ Object



79
80
81
# File 'lib/raygun/apm/hooks/internals.rb', line 79

def unlock(*args)
  super
end