Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WPF lib that works on thread pool except for the reaction #13

Open
timonkrebs opened this issue Sep 26, 2023 · 1 comment
Open

Add WPF lib that works on thread pool except for the reaction #13

timonkrebs opened this issue Sep 26, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@timonkrebs
Copy link
Owner

timonkrebs commented Sep 26, 2023

In WPF only the state relevant for the ui should be handeled on the UI thread. Every thing else should be done on workers.

Application.Current.Dispatcher.Invoke(new Action(() => { /* Your code here */ }));

@timonkrebs
Copy link
Owner Author

timonkrebs commented Oct 21, 2023

provide dependencies as seperate params so that they can be evaluated independently. Most important for the effect.

@timonkrebs timonkrebs added the enhancement New feature or request label Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant