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 bfd1212 commit c946563Copy full SHA for c946563
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -54,7 +54,7 @@ This process repeats indefinitely.
54
Even if the queue is empty, the event loop continues to cycle (somewhat aimlessly).
55
56
Effective overall execution relies on tasks sharing well.
57
-A greedy task could hog control and leave the other tasks to starve rendering
+A greedy task could hog control and leave the other tasks to starve, rendering
58
the overall event loop approach rather useless.
59
60
::
0 commit comments