forked from goodboy/tractor
1
0
Fork 0

Drop uneeded `parent_chan_cs()` cancel call

debug_tests
Tyler Goodlet 2020-07-30 10:24:08 -04:00
parent efd7095cf8
commit abaa2f5da0
1 changed files with 0 additions and 2 deletions

View File

@ -842,8 +842,6 @@ class Actor:
# for n in root.child_nurseries:
# n.cancel_scope.cancel()
self._parent_chan_cs.cancel()
async def _cancel_task(self, cid, chan):
"""Cancel a local task by call-id / channel.