3a8f58461b1591a6fcd3e416e09873f175a456eb
Usage
class Example {
// property that needs to be accessed from different threads
@ThreadSafe var object: MyObject
// ...
}
Languages
Swift
100%