diff options
Diffstat (limited to 'Demo/threads/README')
-rw-r--r-- | Demo/threads/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Demo/threads/README b/Demo/threads/README index fe27818..fee6aad 100644 --- a/Demo/threads/README +++ b/Demo/threads/README @@ -3,7 +3,6 @@ This directory contains some demonstrations of the thread module. These are mostly "proof of concept" type applications: Generator.py Generator class implemented with threads. -bug.py Demonstrate a bug with importing modules in threads. 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. |