Thanks to visit codestin.com Credit goes to github.com
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 615a58e commit 532c69aCopy full SHA for 532c69a
1 file changed
Doc/library/asyncio.rst
@@ -46,6 +46,11 @@ Here is a more detailed list of the package contents:
46
you absolutely, positively have to use a library that makes blocking
47
I/O calls.
48
49
+Asynchronous programming is more complex than classical "sequential"
50
+programming: see the :ref:`Develop with asyncio <asyncio-dev>` page which lists
51
+common traps and explains how to avoid them. :ref:`Enable the debug mode
52
+<asyncio-debug-mode>` during development to detect common issues.
53
+
54
Table of contents:
55
56
.. toctree::
0 commit comments