LockableBySemaphore public protocol LockableBySemaphore : Lockable Undocumented semaphore Undocumented Declaration Swift var semaphore: DispatchSemaphore { get } lock() Extension method Lock the object. Declaration Swift public func lock() -> Bool unlock() Extension method Unlock the object. Declaration Swift public func unlock() -> Bool © 2021 Eric Marchand. All rights reserved. (Last updated: 2021-04-17) Generated by jazzy ♪♫ v0.13.6, a Realm project.