146 B
146 B
Usage
class Example {
// property that needs to be accessed from different threads
@ThreadSafe var object: MyObject
// ...
}
class Example {
// property that needs to be accessed from different threads
@ThreadSafe var object: MyObject
// ...
}