Comment task canceller method prototype
parent
9d4e1c885f
commit
09079b61fc
|
@ -123,8 +123,11 @@ class _FeedsBus(BaseModel):
|
||||||
|
|
||||||
return await self.nursery.start(start_with_cs)
|
return await self.nursery.start(start_with_cs)
|
||||||
|
|
||||||
def cancel_task(self, task: trio.Task) -> bool:
|
# def cancel_task(
|
||||||
pass
|
# self,
|
||||||
|
# task: trio.lowlevel.Task
|
||||||
|
# ) -> bool:
|
||||||
|
# ...
|
||||||
|
|
||||||
|
|
||||||
_bus: _FeedsBus = None
|
_bus: _FeedsBus = None
|
||||||
|
|
Loading…
Reference in New Issue