Skip to content

Aborting any python script activity #18

Open
@VotusX

Description

@VotusX

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @VotusX

        Issue actions

          Aborting any python script activity · Issue #18 · kewlbear/Python-iOS