Update README.md

This commit is contained in:
2025-09-14 01:49:31 +01:00
committed by GitHub
parent b2ecc5a02f
commit 3a8f58461b

View File

@@ -1 +1,8 @@
// TODO: add readme # Usage
```swift
class Example {
// property that needs to be accessed from different threads
@ThreadSafe var object: MyObject
// ...
}
```