summaryrefslogtreecommitdiffstats
path: root/Demo/threads/README
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/threads/README')
-rw-r--r--Demo/threads/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/Demo/threads/README b/Demo/threads/README
new file mode 100644
index 0000000..9c6d30a
--- /dev/null
+++ b/Demo/threads/README
@@ -0,0 +1,5 @@
+This directory contains some demonstrations of the thread module.
+They are mostly "proof of concept" type applications:
+
+telnet.py Version of ../sockets/telnet.py using threads.
+wpi.py Version of ../scripts/pi.py using threads and stdwin.