forked from goodboy/tractor
Add an obnoxious error message on internal failures
parent
a2d119ab56
commit
45a743cdd4
|
@ -1201,6 +1201,7 @@ class Actor:
|
||||||
def is_infected_aio(self) -> bool:
|
def is_infected_aio(self) -> bool:
|
||||||
return self._infected_aio
|
return self._infected_aio
|
||||||
|
|
||||||
|
|
||||||
class Arbiter(Actor):
|
class Arbiter(Actor):
|
||||||
"""A special actor who knows all the other actors and always has
|
"""A special actor who knows all the other actors and always has
|
||||||
access to a top level nursery.
|
access to a top level nursery.
|
||||||
|
|
Loading…
Reference in New Issue