How to stop a specific thread in Python 2.7?

Cameron Simpson cs at cskk.id.au
Wed Sep 25 21:06:03 EDT 2024


On 25Sep2024 22:56, marc nicole <mk1853387 at gmail.com> wrote:
>How to create a per-thread event in Python 2.7?

Every time you make a Thread, make an Event. Pass it to the thread 
worker function and keep it to hand for your use outside the thread.


More information about the Python-list mailing list