MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-65448.py

File recipe-65448.py

recipes/Python/65448_Thread_Control_Idiom/recipe-65448.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python
2"""
3testthread.py
4An example of an idiom for controling threads

Callers

nothing calls this directly

Calls 4

TestThreadClass · 0.70
startMethod · 0.45
sleepMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected