2025-09-14 01:49:31 +01:00
2025-09-14 01:25:52 +01:00
2025-09-14 01:24:22 +01:00
2025-09-14 01:17:46 +01:00
2025-09-14 01:29:12 +01:00
2025-09-14 01:49:31 +01:00

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%