class Concurrent::Synchronization::AbstractLockableObject

def ns_wait(timeout = nil)

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) -

Parameters:
  • timeout (Numeric, nil) -- in seconds, `nil` means no timeout
def ns_wait(timeout = nil)
  raise NotImplementedError
end