ios-base icon indicating copy to clipboard operation
ios-base copied to clipboard

Update concurrent code to Async/Await

Open glm4 opened this issue 4 years ago • 2 comments

Swift 5.5 introduced a new concurrency framework with multiple tools and APIs. First we should evaluate the possibility to migrate the current project to the new APIs.

glm4 avatar Feb 01 '22 16:02 glm4

would be good to start reading about Actors in swift . :D i'm in with it :)

ghost avatar Feb 01 '22 16:02 ghost

Swifter seems to be updating to Async in their version 2.0. This is a good opportunity also to check which dependencies are updating to this approach.

glm4 avatar Feb 17 '22 13:02 glm4

All services are now migrated to concurrency

danialepaco avatar Jul 21 '23 16:07 danialepaco