Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category