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