func lock(before: Date) -> Bool
Attempts to acquire a lock before a given time and returns a Boolean value indicating whether the attempt was successful.
与えられた時間の前にロックを獲得することを試みます、そしてその試みが成功したかどうかを指し示すブール値を返します。
Availability 有効性
Technology
func `try`() -> Bool
true
if the lock was acquired, otherwise false
.
true
、もしロックが獲得されたならば、そうでなければfalse
。
func lock(before: Date) -> Bool