Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3df1d1b

Browse files
committed
Simplified and rationalized.
1 parent c163ae5 commit 3df1d1b

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

Demo/threads/README

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
This 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

73
These are mostly "proof of concept" type applications:
84

5+
Generator.py Generator class implemented with threads.
96
bug.py Demonstrate a bug with importing modules in threads.
10-
condition.py Condition variables test by Tim Peters.
117
find.py Parallelized "find(1)" (looks for directories).
12-
Generator.py Generator class implemented with threads.
8+
sync.py Condition variables primitives by Tim Peters.
139
telnet.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).

0 commit comments

Comments
 (0)