Skip to content

karlobrien/LongRunningTasksForWpf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LongRunningTasksForWpf

Running tasks through rx and wpf Various ways of loading data using WPF

  1. Combobox with contents generated by typing text
  2. Load List from async method in the model (simulated delay to show screen is still active)
  3. Load list from sync method converted to async (again delay is simulated)
  4. Thread number is displayed in console to emphasize the fact that the method are running on different threads

About

Running tasks through rx and wpf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages