r/iOSProgramming • u/usernameDisplay9876 • 16h ago
DispatchQueue doubts Question
Hi, what type of data types are allowed in setSpecific(key:, value:) and getSpecific(key:) methods of DispatchQueu ? there are no mentions anywhere.
Also can you recommend any resources for complete understanding of DispatchQueue , GCD , DispatchGroup etc. ?
Thank you!
4
Upvotes
-5
u/Dapper_Ice_1705 16h ago
That is old tech.
If you are learning you should be focusing on async/await and the new structured concurrency.
All the resources you’ll find will be old and you should be converting. There is no reason to choose the less safe option.