Peter Chen

  • About
  • iOS
  • ML
  • Design

Grand Central Dispatch Tips

Jan 1, 2019

  • DispatchQueue – main queue, qos queues
  • DispatchWorkItem - cancellable
  • DispatchGroup – async wait for several tasks to finish
  • DispatchSemaphore – sync wait for an async task to finish

https://www.swiftbysundell.com/posts/a-deep-dive-into-grand-central-dispatch-in-swift