mirror of
https://github.com/python/cpython.git
synced 2024-11-25 01:20:47 +01:00
6 lines
240 B
Plaintext
6 lines
240 B
Plaintext
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.
|