mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2024-12-22 22:45:33 +07:00
Update README.md
This commit is contained in:
parent
8dd9a13baa
commit
043bf8e66b
@ -192,10 +192,13 @@ This extension makes JSON more structable
|
||||
GCD(Grand Central Dispatch) is a low-level API for managing concurrent operations. It can help you improve your app’s responsiveness by deferring computationally expensive tasks to the background.
|
||||
|
||||
### DispatchQueue
|
||||
An object that manages the execution of tasks serially or concurrently on your app's main thread or on a background thread.
|
||||
|
||||
#### main
|
||||
We can say main is a serial queue
|
||||
|
||||
#### global()
|
||||
We can say global is a concurrent queue
|
||||
|
||||
### DispatchGroup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user