You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- What is the difference between synchronous and asynchronous task?
52
53
- What is the difference between atomic and non-atomic synthesized properties?
53
54
- What is GCD and how is it used?
54
55
- Explain the difference between Serial vs Concurrent.
@@ -275,6 +276,10 @@ In the first line above, the name variable is *explicitly* declared since the ty
275
276
276
277
## Thread Management
277
278
279
+
#### What is the difference between synchronous and asynchronous task?
280
+
281
+
Synchronous tasks wait until the task has been completed while asynchronous tasks can run in the background and send a notification when the task is complete.
282
+
278
283
#### What is the difference between *atomic* and *non-atomic* synthesized properties?
0 commit comments