Swift Packages
| Repository | Description |
|---|---|
| Atomic | Atomic is a lightweight Swift property wrapper that provides thread-safe access to values. It ensures safe concurrent access to properties without the complexity of manual lock management. |
| Atomic | Uses `DispatchQueue` to ensure a value is only read from and written to by one thread at a time |