Sujet : Re: How to stop a specific thread in Python 2.7?
De : cs (at) *nospam* cskk.id.au (Cameron Simpson)
Groupes : comp.lang.pythonDate : 26. Sep 2024, 03:06:03
Autres entêtes
Message-ID : <mailman.10.1727312780.2990.python-list@python.org>
References : 1 2
User-Agent : Mutt/2.2.13 (2024-03-09)
On 25Sep2024 22:56, marc nicole <
mk1853387@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.