We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bff4db commit 3a639ceCopy full SHA for 3a639ce
asyncio_slow/asyncio_slow.py
@@ -43,7 +43,6 @@ def _cb(val):
43
44
t = async(coro)
45
t.add_done_callback(_cb)
46
- self.call_soon(t)
47
try:
48
self.run_forever()
49
except DoneException:
0 commit comments