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 6960c7b commit 9679a38Copy full SHA for 9679a38
understanding-asynchronous-programming/example_6.py
@@ -38,7 +38,7 @@ async def main():
38
with Timer(text="\nTotal elapsed time: {:.1f}"):
39
await asyncio.gather(
40
asyncio.create_task(task("One", work_queue)),
41
- asyncio.create_task(task("Two", work_queue))
+ asyncio.create_task(task("Two", work_queue)),
42
)
43
44
0 commit comments