cpython/Demo/threads
Guido van Rossum 655f600b58 Don't use thread.exit_prog(); set a global variable to stop other
thread
1994-05-16 09:34:05 +00:00
..
Generator.py Initial revision 1994-05-03 14:15:01 +00:00
README added Generator.py 1994-05-03 14:14:49 +00:00
find.py Fixed for stricter argument matching rules 1994-05-16 09:26:24 +00:00
telnet.py Don't use thread.exit_prog; let child die if EOF read 1994-05-16 09:30:26 +00:00
wpi.py Don't use thread.exit_prog(); set a global variable to stop other 1994-05-16 09:34:05 +00:00

README

This directory contains some demonstrations of the thread module.
This module is only (optionally) available for the SGI, for now.

These are mostly "proof of concept" type applications:

find.py		Parallelized "find(1)".
Generator.py	Generator class implemented with threads.
telnet.py	Version of ../sockets/telnet.py using threads.
wpi.py		Version of ../scripts/pi.py using threads and stdwin.