0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Demo/threads/README
1993-12-17 14:45:06 +00:00

9 lines
340 B
Plaintext

This directory contains some demonstrations of the thread module.
This module is only (optionally) available for the SGI, for now.
These are mostly "proof of concept" type applications:
find.py Parallelized "find(1)".
telnet.py Version of ../sockets/telnet.py using threads.
wpi.py Version of ../scripts/pi.py using threads and stdwin.