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

Prevent form freezing when executing methods #6

Closed
VRCWizard opened this issue Mar 29, 2023 · 1 comment
Closed

Prevent form freezing when executing methods #6

VRCWizard opened this issue Mar 29, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@VRCWizard
Copy link

There are various ways to solve this issue I personally use Task.Run(() => MethodName()) to allow methods to run without freezing the main form. Although I don't know if this is the most proper way of doing it. Here are some other examples: https://stackoverflow.com/questions/19134702/form-freezes-when-executing-method

@Sergey004
Copy link
Owner

Fixed in 4212a8f

@Sergey004 Sergey004 added the enhancement New feature or request label Nov 2, 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

2 participants