Made common component thread-safty.
- Swift 4.0+
s-safty is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 's-safty'
let array = SyncArray<Any>( )
let dictionnary = SyncDictionary<String, Any>()
let data = SyncData()
The thread-safty class of usage is the same as the structure
- Array
- Dictionary
- Data
FelixLinBH, [email protected]
comthreadsafety is available under the MIT license. See the LICENSE file for more info.