1992-08-10 10:48:14 +00:00
|
|
|
This directory contains some demonstrations of the thread module.
|
|
|
|
|
1993-12-17 14:45:06 +00:00
|
|
|
These are mostly "proof of concept" type applications:
|
|
|
|
|
1996-07-30 19:06:36 +00:00
|
|
|
Generator.py Generator class implemented with threads.
|
1994-05-16 09:35:01 +00:00
|
|
|
bug.py Demonstrate a bug with importing modules in threads.
|
1997-10-07 14:37:00 +00:00
|
|
|
condition.py Appears to be an earlier version of sync.py.
|
1994-05-16 09:35:01 +00:00
|
|
|
find.py Parallelized "find(1)" (looks for directories).
|
1996-07-30 19:06:36 +00:00
|
|
|
sync.py Condition variables primitives by Tim Peters.
|
1992-08-10 10:48:14 +00:00
|
|
|
telnet.py Version of ../sockets/telnet.py using threads.
|
1996-07-30 19:06:36 +00:00
|
|
|
wpi.py Version of ../scripts/pi.py using threads (needs stdwin).
|