mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
5 lines
240 B
Text
5 lines
240 B
Text
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.
|