source: python/vendor/Python-2.7.6/Demo/threads/README

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 440 bytes
Line 
1This directory contains some demonstrations of the thread module.
2
3These are mostly "proof of concept" type applications:
4
5Generator.py Generator class implemented with threads.
6sync.py Condition variables primitives by Tim Peters.
7telnet.py Version of ../sockets/telnet.py using threads.
8
9Coroutine.py Coroutines using threads, by Tim Peters (22 May 94)
10fcmp.py Example of above, by Tim
11squasher.py Another example of above, also by Tim
Note: See TracBrowser for help on using the repository browser.