See Original text in context
method try_acquire(--> Bool)
Same as acquire but will not block. Instead it returns True if access is permitted or False otherwise.
True
False