forked from goodboy/tractor
Appease mypy
parent
89ce1a63e4
commit
d0eacc3fd6
|
@ -868,6 +868,7 @@ class Actor:
|
||||||
Schedules `.cancel()` to be run immediately just like when
|
Schedules `.cancel()` to be run immediately just like when
|
||||||
cancelled by the parent.
|
cancelled by the parent.
|
||||||
"""
|
"""
|
||||||
|
assert self._service_n
|
||||||
self._service_n.start_soon(self.cancel)
|
self._service_n.start_soon(self.cancel)
|
||||||
|
|
||||||
async def cancel(self) -> bool:
|
async def cancel(self) -> bool:
|
||||||
|
|
Loading…
Reference in New Issue