Get posts asyncronously from https://jsonplaceholder.typicode.com/posts
Frameworks I use in this demo project:
- SwiftUI,
- GCD (Grand Central Dispatch),
- Operation/OperationQueue,
- Async/Await,
- Combine
TODO:
- Use PostViewModel struct in Views instead of Post model
- make getPosts() private in PostsByAsyncAwaitVM