summaryrefslogtreecommitdiff
path: root/Demo/threads
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-05-03 14:14:49 +0000
committerGuido van Rossum <guido@python.org>1994-05-03 14:14:49 +0000
commitd15a1556810946a9c512152b6182080451f732e1 (patch)
treef9df8f2db583396fca2e7eff2f4aba938e1b3567 /Demo/threads
parent871b805a04af274197f76993b8e17df75f6240a4 (diff)
downloadcpython-git-d15a1556810946a9c512152b6182080451f732e1.tar.gz
added Generator.py
Diffstat (limited to 'Demo/threads')
-rw-r--r--Demo/threads/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demo/threads/README b/Demo/threads/README
index 01566fc98d..47660a051c 100644
--- a/Demo/threads/README
+++ b/Demo/threads/README
@@ -4,5 +4,6 @@ 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.