iOS Concurrency with GCD and Operations - Part 5: | Ray Wenderlich

In this video tutorial, you'll learn about what an Operation is, and how you can create and run Operations.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3648-ios-concurrency-with-gcd-and-operations/lessons/5

I like the image used for the part “Subclassing Operation”. Bangkok, Thanon Rama I, if I’m not mistaken.

1 Like

Attaching a Swift 5 Xcode 11 version of exercise files for this lecture, could probably help those who don’t have Xcode 10 to be able to run the demo. Did nothing but used the default migration tool, and can verify that the end product works just fine (albeit with 2-3 warnings)
Won’t mind if this is made downloadable directly from the lecture video page - http://f.cl.ly/items/3p1Z0J453J020F1y210o/05_Operation.zip

1 Like

@akashlal Please check out the updated version of the course when you get a chance:

https://www.raywenderlich.com/9461083-ios-concurrency-with-gcd-and-operations

I hope it helps!

1 Like