mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Add note about condition.py.
This commit is contained in:
parent
92664b890b
commit
ef31b240ea
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ These are mostly "proof of concept" type applications:
|
||||||
|
|
||||||
Generator.py Generator class implemented with threads.
|
Generator.py Generator class implemented with threads.
|
||||||
bug.py Demonstrate a bug with importing modules in threads.
|
bug.py Demonstrate a bug with importing modules in threads.
|
||||||
|
condition.py Appears to be an earlier version of sync.py.
|
||||||
find.py Parallelized "find(1)" (looks for directories).
|
find.py Parallelized "find(1)" (looks for directories).
|
||||||
sync.py Condition variables primitives by Tim Peters.
|
sync.py Condition variables primitives by Tim Peters.
|
||||||
telnet.py Version of ../sockets/telnet.py using threads.
|
telnet.py Version of ../sockets/telnet.py using threads.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue