class Example {
// property that needs to be accessed from different threads
@ThreadSafe var object: MyObject
// ...
}-
Notifications
You must be signed in to change notification settings - Fork 0
Swift Package of a property wrapper to make a property thread-safe without boilerplate code. Just add `@ThreadSafe` to your property.
License
yeungkaho/ThreadSafe
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Swift Package of a property wrapper to make a property thread-safe without boilerplate code. Just add `@ThreadSafe` to your property.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published