Usage

class Example {
  // property that needs to be accessed from different threads
  @ThreadSafe var object: MyObject
  // ...
}
Description
Swift Package of a property wrapper to make a property thread-safe without boilerplate code. Just add @ThreadSafe to your property.
Readme MIT 40 KiB
Languages
Swift 100%