On Feb 10, 10:26 pm, [EMAIL PROTECTED] wrote:
> I am new to threading and python. Currently I am working on a GUI app
> that will be a frontend to CLI client.
>
> I want to invoke a method of the class from GUI and run it in the
> thread. That works well, the problems is I dont know how can I stop
I am new to threading and python. Currently I am working on a GUI app
that will be a frontend to CLI client.
I want to invoke a method of the class from GUI and run it in the
thread. That works well, the problems is I dont know how can I stop
this operation, thread if the user would like to stop/c