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 0fffd4b commit bfd1212Copy full SHA for bfd1212
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -19,7 +19,7 @@ of this article.
19
- What's roughly happening behind the scenes when an object is ``await``\ ed?
20
- How does asyncio differentiate between a task which doesn't need CPU-time
21
to make progress towards completion, for example, a network request or file
22
- read as opposed to a task that does need cpu-time to make progress, like
+ read as opposed to a task that does need CPU-time to make progress, like
23
computing n-factorial?
24
- How would I go about writing my own asynchronous variant of some operation?
25
Something like an async sleep, database request, and so on.
0 commit comments