MCPcopy 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
5class ActorExit(Exception):
6 pass
7
8class Actor:
9 def __init__(self):

Callers 1

recvMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected