Comment task canceller method prototype

async_hist_loading
Tyler Goodlet 2022-03-01 12:37:31 -05:00
parent 9d4e1c885f
commit 09079b61fc
1 changed files with 5 additions and 2 deletions

View File

@ -123,8 +123,11 @@ class _FeedsBus(BaseModel):
return await self.nursery.start(start_with_cs)
def cancel_task(self, task: trio.Task) -> bool:
pass
# def cancel_task(
# self,
# task: trio.lowlevel.Task
# ) -> bool:
# ...
_bus: _FeedsBus = None