cpython/Demo/threads/README

6 lines
240 B
Plaintext
Raw Normal View History

1992-08-10 07:48:14 -03:00
This directory contains some demonstrations of the thread module.
They are mostly "proof of concept" type applications:
telnet.py Version of ../sockets/telnet.py using threads.
wpi.py Version of ../scripts/pi.py using threads and stdwin.