What is gcd?
Answer / Kalpna Rani
In Objective-C, GCD stands for Grand Central Dispatch. It's a framework that provides high-level APIs to manage concurrent execution of code blocks using multiple threads and queues.
| Is This Answer Correct ? | 0 Yes | 0 No |
When is toll-free bridging useful?
Is objective c similar to java?
How do I create a bridge header in objective c?
What are the two types of tangible property?
How to create uibutton programmatically in objective c?
What is property classification?
What is struct and enum?
Explain how to call a function in objective-c?
What are the different types of identifiers?
What is a dispatch method?
How do you define a protocol?
What is an instancetype?