You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: