Pausing until threads are done

Alex Martelli aleax at aleax.it
Thu Mar 13 02:50:52 EST 2003


Charles Harrison wrote:

> If Ive started a bunch of threads with thread.start_new_thread(), is
> there a simple way to pause my program until they are all finished
> running?

Don't use the thread module in your application code: it's a very low
level module, meant basically as an engine for module threading, which
is the one you _should_ be using,


Alex





More information about the Python-list mailing list