Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #196755 > unrolled thread

Re: How to stop a specific thread in Python 2.7?

Started byCameron Simpson <cs@cskk.id.au>
First post2024-09-26 11:06 +1000
Last post2024-09-26 11:06 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: How to stop a specific thread in Python 2.7? Cameron Simpson <cs@cskk.id.au> - 2024-09-26 11:06 +1000

#196755 — Re: How to stop a specific thread in Python 2.7?

FromCameron Simpson <cs@cskk.id.au>
Date2024-09-26 11:06 +1000
SubjectRe: How to stop a specific thread in Python 2.7?
Message-ID<mailman.10.1727312780.2990.python-list@python.org>
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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web