Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/sonisuman/concurrency-Async-and-Await-
- Owner: sonisuman
- Created: 2022-07-24T08:27:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T05:53:51.000Z (over 2 years ago)
- Last Synced: 2024-07-30T21:05:19.350Z (3 months ago)
- Topics: await-async, concurrency, ios, swift, swiftui, xcode
- Language: Swift
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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