Skip to content

Swift Package of a property wrapper to make a property thread-safe without boilerplate code. Just add `@ThreadSafe` to your property.

License

Notifications You must be signed in to change notification settings

yeungkaho/ThreadSafe

Repository files navigation

Usage

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

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

No packages published

Languages