elmish / Elmish.WPF

Static WPF views for elmish programs
Other
421 stars 68 forks source link

Ensure that latest model is always applied in threaded case #577

Closed marner2 closed 10 months ago

marner2 commented 10 months ago

Improved implementation of #575 that doesn't result in inconsistent view model states on the UI thread.