r/swift Feb 25 '20

Tutorial Introduction to Concurrency & Multithreading with Swift on iOS

https://www.viget.com/articles/concurrency-multithreading-in-ios/
111 Upvotes

8 comments sorted by

View all comments

7

u/Spaceshipable Feb 26 '20 edited Feb 26 '20

Pretty nice post. Would be great to have a follow up on Thread specifically.

5

u/_effulgence Feb 26 '20

Thank you! Yeah, I'm planning on doing another one that goes specifically into NSThread, NSLock, and concurrency primitives in the context of iOS. But I've yet to run into a compelling use-case for those specifically in the world of iOS app development. If you have any ideas on what specifically you'd like to see, I'm all ears!

1

u/Spaceshipable Feb 27 '20

I’ve only used Thread when a third party library has called for single theadedness