diff --git a/tractor/_actor.py b/tractor/_actor.py index 414f4af..3c0c436 100644 --- a/tractor/_actor.py +++ b/tractor/_actor.py @@ -982,6 +982,7 @@ class Actor: def is_infected_aio(self) -> bool: return self._infected_aio + class Arbiter(Actor): """A special actor who knows all the other actors and always has access to a top level nursery.