in reply to Wx subs and threads
It's the same as all other threaded Perl apps. You can setup a shared variable, which you constantly test in the thread, telling it to return. Or if you use the latest threads, it has
which would be useful for stopping a long running executable.# Send a signal to a thread $thr->kill(’SIGUSR1’);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Wx subs and threads
by Anonymous Monk on Jun 27, 2008 at 14:55 UTC |