source: trunk/essentials/dev-lang/python/Demo/threads/README

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 563 bytes
Line 
1This directory contains some demonstrations of the thread module.
2
3These are mostly "proof of concept" type applications:
4
5Generator.py Generator class implemented with threads.
6find.py Parallelized "find(1)" (looks for directories).
7sync.py Condition variables primitives by Tim Peters.
8telnet.py Version of ../sockets/telnet.py using threads.
9wpi.py Version of ../scripts/pi.py using threads (needs stdwin).
10
11Coroutine.py Coroutines using threads, by Tim Peters (22 May 94)
12fcmp.py Example of above, by Tim
13squasher.py Another example of above, also by Tim
Note: See TracBrowser for help on using the repository browser.