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

Replace direct function calls to UI thread with a queue #6

Open
jonofmac opened this issue Feb 1, 2022 · 0 comments
Open

Replace direct function calls to UI thread with a queue #6

jonofmac opened this issue Feb 1, 2022 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@jonofmac
Copy link
Owner

jonofmac commented Feb 1, 2022

Right now the forked thread directly calls the UI thread's functions. Normally this would cause issues, but somehow it works in python... The correct way would be to use a queue to safely pass data between the threads. This should also improve performance.

@jonofmac jonofmac added bug Something isn't working enhancement New feature or request labels Feb 1, 2022
@jonofmac jonofmac added this to the 1.0 milestone Feb 1, 2022
@jonofmac jonofmac self-assigned this Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant