summaryrefslogtreecommitdiffstats
path: root/Demo/threads/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-11-08 15:17:49 (GMT)
committerGuido van Rossum <guido@python.org>2000-11-08 15:17:49 (GMT)
commitf4e13a45639e906691690afa6281dba2103247a9 (patch)
tree93c328a86fb0babb62f28d35ee09dd62d50a301c /Demo/threads/README
parent704925c774c5802e5175b77251e49af5530c94fd (diff)
downloadcpython-f4e13a45639e906691690afa6281dba2103247a9.zip
cpython-f4e13a45639e906691690afa6281dba2103247a9.tar.gz
cpython-f4e13a45639e906691690afa6281dba2103247a9.tar.bz2
Add 1994 Coroutine module by Tim Peters
Diffstat (limited to 'Demo/threads/README')
-rw-r--r--Demo/threads/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/Demo/threads/README b/Demo/threads/README
index c6c4a0b..fe27818 100644
--- a/Demo/threads/README
+++ b/Demo/threads/README
@@ -8,3 +8,7 @@ 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).
+
+Coroutine.py Coroutines using threads, by Tim Peters (22 May 94)
+fcmp.py Example of above, by Tim
+squasher.py Another example of above, also by Tim