summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
Diffstat (limited to 'Demo')
-rw-r--r--Demo/threads/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demo/threads/README b/Demo/threads/README
index 01566fc..47660a0 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.