I hereby claim:
- I am alejoberman on github.
- I am alejoberman (https://keybase.io/alejoberman) on keybase.
- I have a public key ASAsrpTIeJEsImMqe9EfhUS2KGCMO_El_8jO3Pg_TAfttQo
To claim this, I am signing this object:
import Foundation | |
/// Protocol for NSLocking objects that also provide try() | |
public protocol TryLockable: NSLocking { | |
func `try`() -> Bool | |
} | |
// These Cocoa classes have tryLock() | |
extension NSLock: TryLockable {} | |
extension NSRecursiveLock: TryLockable {} |
I hereby claim:
To claim this, I am signing this object: