class Concurrent::Synchronization::AbstractLockableObject

def ns_broadcast

Other tags:
    Note: - to provide direct access to this method in a descendant add method
    Note: - only to be used inside synchronized block

Returns:
  • (self) -
def ns_broadcast
  raise NotImplementedError
end