tryAcquire

suspend fun tryAcquire(permits: Int = 1): Boolean(source)

Will try to lock this SmartSemaphore immediataly

Return

True if lock was successful. False otherwise