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

File recipe-577959.py

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

Source from the content-addressed store, hash-verified

1import threading
2from Queue import Queue
3
4# Set up a queue for tasks to be run on the main thread.

Callers

nothing calls this directly

Calls 6

async_intFunction · 0.70
testFunction · 0.70
QueueClass · 0.50
funcFunction · 0.50
aFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected