cpython/Demo/threads/README

10 lines
395 B
Plaintext
Raw Normal View History

1992-08-10 07:48:14 -03:00
This directory contains some demonstrations of the thread module.
1993-12-17 10:45:06 -04:00
This module is only (optionally) available for the SGI, for now.
1992-08-10 07:48:14 -03:00
1993-12-17 10:45:06 -04:00
These are mostly "proof of concept" type applications:
find.py Parallelized "find(1)".
1994-05-03 11:14:49 -03:00
Generator.py Generator class implemented with threads.
1992-08-10 07:48:14 -03:00
telnet.py Version of ../sockets/telnet.py using threads.
wpi.py Version of ../scripts/pi.py using threads and stdwin.