Relative Content

Tag Archive for swiftconcurrencyactor

Swift 6 atomic cache with actors

I am building a Swift-on-server project that will use a cache. There are libraries for caches based on Redis and other data stores, but as far as I can tell, none of them are atomic.