MCPcopy
hub / github.com/dabeaz/python-cookbook / actor.py

File actor.py

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

Source from the content-addressed store, hash-verified

1from queue import Queue
2from threading import Thread, Event
3
4# Sentinel used for shutdown

Callers

nothing calls this directly

Calls 5

PrintActorClass · 0.85
joinMethod · 0.80
startMethod · 0.45
sendMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected