rootstrap / ios-base

Boilerplate for new iOS projects using Swift 5. Provides a handful of functionalities.
https://rootstrap.com/
MIT License
256 stars 63 forks source link

Update concurrent code to Async/Await #191

Closed glm4 closed 12 months ago

glm4 commented 2 years ago

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.

ghost commented 2 years ago

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

glm4 commented 2 years ago

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.

danialepaco commented 12 months ago

All services are now migrated to concurrency