File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11This directory contains some demonstrations of the thread module.
2- This module is only available, optionally, for a few platforms: SGI
3- IRIX 4 and IRIX 5, SunOS 4 (not completely functioning), Solaris 2,
4- and supposedly any platform that supports Posix Threads (currently
5- only tested with KSR's implementation). See ../../Python/thread.c.
62
73These are mostly "proof of concept" type applications:
84
5+ Generator.py Generator class implemented with threads.
96bug.py Demonstrate a bug with importing modules in threads.
10- condition.py Condition variables test by Tim Peters.
117find.py Parallelized "find(1)" (looks for directories).
12- Generator .py Generator class implemented with threads .
8+ sync .py Condition variables primitives by Tim Peters .
139telnet.py Version of ../sockets/telnet.py using threads.
14- wpi.py Version of ../scripts/pi.py using threads and stdwin.
10+ wpi.py Version of ../scripts/pi.py using threads (needs stdwin) .
You can’t perform that action at this time.
0 commit comments