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

File recipe-577187.py

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

Source from the content-addressed store, hash-verified

1from Queue import Queue
2from threading import Thread
3
4class Worker(Thread):

Callers

nothing calls this directly

Calls 6

randrangeClass · 0.90
rangeFunction · 0.85
add_taskMethod · 0.80
wait_completionMethod · 0.80
ThreadPoolClass · 0.70
enumerateFunction · 0.50

Tested by

no test coverage detected