Skip to content

Introduction to Concurrency and Grand Central Dispatach in Swift. In this app we fixed a non-concurrent app that blocked the main thread and dispatched the image processing work to a global queue with a QoS of .userInitiated when prevented the main thread to be blocked and enhanced the scrolling experience for the user while the image is being l…

Notifications You must be signed in to change notification settings

alexpaul/Concurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concurrency

Introduction to Concurrency and Grand Central Dispatach in Swift. In this app we fixed a non-concurrent app that blocked the main thread and dispatched the image processing work to a global queue with a QoS of .userInitiated when prevented the main thread to be blocked and enhanced the scrolling experience for the user while the image is being loaded.

App allows the user to scroll concurrently while image is being loaded.

concurrency-app

About

Introduction to Concurrency and Grand Central Dispatach in Swift. In this app we fixed a non-concurrent app that blocked the main thread and dispatched the image processing work to a global queue with a QoS of .userInitiated when prevented the main thread to be blocked and enhanced the scrolling experience for the user while the image is being l…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages