func lock(before: Date) -> Bool
Attempts to acquire a lock before a given date.
与えられた日付の前にロックの獲得を試みます。
func `try`() -> Bool
Attempts to acquire a lock, and immediately returns a Boolean value that indicates whether the attempt was successful.
ロックを獲得することを試みます、そしてその試みが成功したかどうかを指し示すブール値を直ちに返します。