Multithreading with Grand Central Dispatch (GCD) in iOS

23 Aug 2021

Grand Central Dispatch, popularly known as GCD was introduced in 2009 in MacOS X 10.6. Before GCD, developers had to create their own threads and manage those threads as well. Grand Central Dispatch saved developers from being spending time to create and maintain threads. Instead, it helps developers on the main task to be done.