Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
time
2
from
threading
import
Thread, Condition, Lock
3
from
Queue
import
Queue, Empty
4
from
functools
import
partial
Callers
nothing calls this directly
Calls
4
demo
Function · 0.70
pause
Method · 0.45
sleep
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected