Swift Actor Persistence

Thread-safe data persistence in Swift using actors, combining an in-memory cache with file-backed storage to eliminate data races at compile time. USE WHEN building a persistence layer in Swift 5.5+, needing safe access to shared mutable state, replacing locks or DispatchQueues, or building offline-first local storage.

Sheshiyer Updated

File contents

Sheshiyer/skill-clusters/tree/main/skills/swift-actor-persistence commit ae44f1dfb4

Frequently asked questions

npx skillmds@latest add sheshiyer/swift-actor-persistence