19/06/2020
We all use GCD, but we never think of problems we may face while using Threads extensively. Read this article, and get better at using GCD.
https://www.swiftpal.io/articles/how-to-avoid-thread-explosion-and-deadlock-with-gcd-in-swift
Learn how to use GCD (Grand Central Dispatch) and know-how to avoid Thread Explosion and Deadlock?. Remember, Threading is essential to make use of our multi-core iPhones.