Files
ThreadSafe/README.md
2025-09-14 01:49:31 +01:00

146 B

Usage

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