class Concurrent::Synchronization::AbstractLockableObject
def synchronize
- 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