try_acquire
ErrorsCollection

try_acquire

Synthesised documentation from type/Semaphore

From type/Semaphore

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.