forked from goodboy/tractor
Add an obnoxious error message on internal failures
parent
d182fa7036
commit
74d4baa489
|
@ -1099,6 +1099,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.
|
||||
|
|
Loading…
Reference in New Issue