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
Since function calls are executed in seperate threads it should be possible to terminate an executing function by terminating the corresponding thread.
Since function calls are executed in seperate threads it should be possible to terminate an executing function by terminating the corresponding thread.
This however needs some more investigation:
http://stackoverflow.com/questions/323972/is-there-any-way-to-kill-a-thread-in-python
The text was updated successfully, but these errors were encountered: