class Concurrent::Synchronization::AbstractLockableObject
def ns_wait(timeout = nil)
- 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