MCPcopy Index your code
hub / github.com/dabeaz/python-cookbook / worker.py

File worker.py

src/12/defining_an_actor_task/worker.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from actor import Actor
2from threading import Event
3
4class Result:

Callers

nothing calls this directly

Calls 6

WorkerClass · 0.85
submitMethod · 0.80
resultMethod · 0.80
joinMethod · 0.80
startMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected