Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is gcd? What are its advantages over nsthread?



What is gcd? What are its advantages over nsthread?..

Answer / Vikash Kumar

Grand Central Dispatch (GCD) is a concurrency API in Apple's iOS and macOS operating systems. It allows you to execute blocks of code concurrently or serially on multiple processor cores. GCD provides better thread management, improved performance, and simplified asynchronous programming compared to NSThread. One of its advantages over NSThread is that it handles the complexity of multithreading and makes it easier for developers to write efficient concurrent code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

How declare methods in objective c? And how to call them?

1 Answers  


How to convert data to string in objective c?

1 Answers  


Is c++ similar to objective c?

1 Answers  


What is difference between objective c and swift programming?

1 Answers  


What is a dispatch function?

1 Answers  


Is python static or dynamic?

1 Answers  


What is a delegate in objective c?

1 Answers  


Is reference counting garbage collection?

1 Answers  


What is meant by not thread safe?

1 Answers  


How to restart app in objective c?

1 Answers  


Is swift objective c?

1 Answers  


When might you use a cfarray/dictionary instead of a nsarray/dictionary?

1 Answers  


Categories