Skip to content

jeremybytes/progress-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

progress-task

This project demonstrates that where the Progress object is created affects what thread the progress handler runs on. When the Progress object is created on the UI thread, the handler runs on the UI thread. When Progress is created on the Task thread, the handler runs on the Task thread (and requires more code to get back to the UI thread).

For more information, refer to this article: Pay Attention to Where You Create Progress Objects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages