Loading...
Loading...
Found 3 Skills
Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.
Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage. Use when building local storage layers, offline-first patterns, or any shared mutable state that needs both concurrency safety and disk persistence.
Use when building a thread-safe data persistence layer in Swift using actors with in-memory cache and file storage.