Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dabeaz/python-cookbook
/ ActorExit
Class
ActorExit
src/12/defining_an_actor_task/actor.py:5–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
# Sentinel used for shutdown
5
class
ActorExit(Exception):
6
pass
7
8
class
Actor:
9
def
__init__(self):
Callers
1
recv
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected