Async/Await vs GCD and Operations

Which should I learn? Async/Await or GCD and Operations ?

Like most things, the answer is “it depends”. If you are servicing older apps, you may not be able to do async/await. Otherwise, async/await will be easier to understand, and it’s definitely the future.

2 Likes

This topic was automatically closed after 166 days. New replies are no longer allowed.