Yeung Ka Ho 12690034f7 Add GitHub Actions workflow for Swift project
This workflow builds and tests a Swift project on push and pull request events.
2025-10-19 22:11:57 +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%