cpython/Demo/threads
Guido van Rossum ef31b240ea Add note about condition.py. 1997-10-07 14:37:00 +00:00
..
Generator.py
README Add note about condition.py. 1997-10-07 14:37:00 +00:00
bug.py
condition.py new version by Tim 1994-10-08 19:07:57 +00:00
find.py Remove comment "SGI only" 1996-07-30 19:07:18 +00:00
sync.py new version by Tim 1994-10-08 19:07:57 +00:00
telnet.py
wpi.py

README

This directory contains some demonstrations of the thread module.

These are mostly "proof of concept" type applications:

Generator.py	Generator class implemented with threads.
bug.py		Demonstrate a bug with importing modules in threads.
condition.py	Appears to be an earlier version of sync.py.
find.py		Parallelized "find(1)" (looks for directories).
sync.py		Condition variables primitives by Tim Peters.
telnet.py	Version of ../sockets/telnet.py using threads.
wpi.py		Version of ../scripts/pi.py using threads (needs stdwin).