class Concurrent::Synchronization::AbstractLockableObject

def synchronize

Other tags:
    Note: - can by made public in descendants if required by `public :synchronize`

Other tags:
    Yield: - runs the block synchronized against this object,
def synchronize
  raise NotImplementedError
end