MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / example.py

File example.py

src/12/how_to_start_and_stop_threads/example.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from threading import Thread
2import time
3
4class CountdownTask:

Callers

nothing calls this directly

Calls 4

CountdownTaskClass · 0.85
terminateMethod · 0.80
joinMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected