blob: 47660a051c6a6c6c6c30e966fe7c70d04ee25954 [file] [log] [blame]
Guido van Rossum260cc1a81992-08-10 10:48:14 +00001This directory contains some demonstrations of the thread module.
Guido van Rossumf82fef01993-12-17 14:45:06 +00002This module is only (optionally) available for the SGI, for now.
Guido van Rossum260cc1a81992-08-10 10:48:14 +00003
Guido van Rossumf82fef01993-12-17 14:45:06 +00004These are mostly "proof of concept" type applications:
5
6find.py Parallelized "find(1)".
Guido van Rossumd15a1551994-05-03 14:14:49 +00007Generator.py Generator class implemented with threads.
Guido van Rossum260cc1a81992-08-10 10:48:14 +00008telnet.py Version of ../sockets/telnet.py using threads.
9wpi.py Version of ../scripts/pi.py using threads and stdwin.