Answer Posted / Vandana
Grand Central Dispatch (GCD) has several advantages over NSThread in iOS and macOS development: 1. Simplified concurrency management by using blocks to define tasks. 2. Improved scalability as GCD can dynamically manage the number of threads based on available system resources. 3. Reduced developer burden since GCD handles many low-level details like memory management, scheduling, and coordination between threads.
| 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