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

Aborting any python script activity #18

Open
VotusX opened this issue Jun 4, 2024 · 0 comments
Open

Aborting any python script activity #18

VotusX opened this issue Jun 4, 2024 · 0 comments

Comments

@VotusX
Copy link

VotusX commented Jun 4, 2024

Hey there,

first of all, I wanted to really express my appreciation for this package. It really made alot possible for my projects. So thank you for your great work!

I have a question though: When I'm executing a python function (e. g. doing some calculation with SymPy), I've noticed that the interface basically freezes. No swift functions can be called, everything comes in just after the python activity is finished. I've been wanting to implement a feature that's supposed to abort the execution of any python functions, also unfreezing the interface so the user can interact again, after a certain amount of seconds have gone by. The purpose of this feature is that the user doesn't have to force quit the application to manually abort after a long waiting time.

Is there any way to do that? I've been looking for myself but wasn't successful.

Any input/help would be greatly appreciated!
Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant