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

File recipe-577505.py

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

Source from the content-addressed store, hash-verified

1import time
2from threading import Thread, Condition, Lock
3from Queue import Queue, Empty
4from functools import partial

Callers

nothing calls this directly

Calls 4

demoFunction · 0.70
pauseMethod · 0.45
sleepMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected