/usr/lib64/python2.7/Demo/threads
NameSizeModeActions
Coroutine.py55240644editdlrm
Coroutine.pyc42470644editdlrm
Coroutine.pyo42470644editdlrm
fcmp.py17510644editdlrm
fcmp.pyc16930644editdlrm
fcmp.pyo16930644editdlrm
find.py42150644editdlrm
find.pyc38730644editdlrm
find.pyo38730644editdlrm
Generator.py25360644editdlrm
Generator.pyc33190644editdlrm
Generator.pyo33190644editdlrm
README4400644editdlrm
squasher.py30380644editdlrm
squasher.pyc21130644editdlrm
squasher.pyo21130644editdlrm
sync.py216550644editdlrm
sync.pyc111140644editdlrm
sync.pyo111140644editdlrm
telnet.py30770644editdlrm
telnet.pyc25310644editdlrm
telnet.pyo25310644editdlrm
Edit: /usr/lib64/python2.7/Demo/threads/README (440B)
This directory contains some demonstrations of the thread module. These are mostly "proof of concept" type applications: Generator.py Generator class implemented with threads. sync.py Condition variables primitives by Tim Peters. telnet.py Version of ../sockets/telnet.py using threads. Coroutine.py Coroutines using threads, by Tim Peters (22 May 94) fcmp.py Example of above, by Tim squasher.py Another example of above, also by Tim