Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
from
queue
import
Queue
2
from
threading
import
Thread, Event
3
4
# Sentinel used for shutdown
Callers
nothing calls this directly
Calls
5
PrintActor
Class · 0.85
join
Method · 0.80
start
Method · 0.45
send
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected