Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sonisuman/concurrency-Async-and-Await-

Concurrency(Async and await)
https://github.com/sonisuman/concurrency-Async-and-Await-

await-async concurrency ios swift swiftui xcode

Last synced: 14 days ago
JSON representation

Concurrency(Async and await)

Awesome Lists containing this project

README

        

# concurrency (Async and Await)

Concurrency allows multiple tasks to run at the same time. Understanding concurrency is an important part of iOS app development. When used correctly, it can create a pleasant user experience and can even avoid crashing your app.

Async/Await and Actors are the future direction of concurrency in Swift.

Important Topic :-

1) Understanding Concurrent Programming

2) Understanding MVVM Design Pattern

3) Exposing your Functions as Async/Await Using Continuation

4) Understanding Structured Concurrency in Swift

5) AsyncSequence

6) Actors